修改测试bug

This commit is contained in:
gyj
2024-05-10 17:45:48 +08:00
parent f5d9d37514
commit 27656dc005
9 changed files with 376 additions and 121 deletions
+8
View File
@@ -57,6 +57,14 @@ export function document(data) {
data: data,
});
}
// 开庭审理提交
export function changeCaseStatus(data) {
return request({
url: "/adjudication/changeCaseStatus",
method: "post",
data: data,
});
}
// 案件证据上传
export function evidenceUpload(data) {
return request({