修改那块的问题
This commit is contained in:
@@ -183,3 +183,11 @@ export function listDeptApplied(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
// 修改立案申请接口
|
||||
export function updateComfire(data) {
|
||||
return request({
|
||||
url: "/caseApplication/update",
|
||||
method: "post",
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user