审核裁决书意见必传校验

This commit is contained in:
Your Name
2023-09-25 21:20:03 +08:00
parent 8996ca0087
commit 10a01a017f
3 changed files with 20 additions and 10 deletions
+9 -1
View File
@@ -40,4 +40,12 @@ export function document(data) {
method: "post",
data: data,
});
}
}
// 案件证据上传
export function evidenceUpload(data) {
return request({
url: "/evidence/upload",
method: "post",
data: data,
});
}