确认裁决书

This commit is contained in:
fz
2023-09-21 19:46:43 +08:00
parent 4d62752c88
commit 60fa9d90b0
3 changed files with 26 additions and 2 deletions
@@ -31,4 +31,15 @@ export function verificationArbitrateRecord(data) {
method: 'post',
data: data
})
}
// 审核裁决书
export function checkArbitrateRecord(data) {
return request({
url: '/caseApplication/checkArbitrateRecord',
// headers: {
// isToken: false
// },
method: 'post',
data: data
})
}