流程问题修改2

This commit is contained in:
Your Name
2023-09-23 17:55:30 +08:00
parent b4f2f5f312
commit 48c9d13e67
3 changed files with 225 additions and 53 deletions
+8
View File
@@ -33,3 +33,11 @@ export function submitCaseApplicationCheck(data) {
data: data,
});
}
// 生成裁决书
export function document(data) {
return request({
url: "/adjudication/document",
method: "post",
data: data,
});
}