修改那块的问题

This commit is contained in:
gyj
2024-01-23 17:10:04 +08:00
parent d625e62ff9
commit 8945ace136
4 changed files with 35 additions and 1006 deletions
+8
View File
@@ -183,3 +183,11 @@ export function listDeptApplied(query) {
params: query
})
}
// 修改立案申请接口
export function updateComfire(data) {
return request({
url: "/caseApplication/update",
method: "post",
data: data,
})
}