流程问题修改1

This commit is contained in:
Your Name
2023-09-23 16:01:56 +08:00
parent a062ebc78f
commit 45a58322c8
10 changed files with 110 additions and 54 deletions
+12 -1
View File
@@ -42,4 +42,15 @@ export function confirmPay(data) {
method: 'put',
data: data
})
}
}
//确认缴费查看案件详情接口(新修改显示案件缴费状态)
export function selectCaseApplicationConfirm(data) {
return request({
url: '/caseApplication/selectCaseApplicationConfirm',
// headers: {
// isToken: false
// },
method: 'post',
data: data
})
}