加入仲裁员审核流程,首页修改

This commit is contained in:
fz
2023-12-05 22:36:34 +08:00
parent 55add30b22
commit 476c5a0b59
12 changed files with 636 additions and 115 deletions
@@ -131,3 +131,11 @@ export function emailByCaseId(data) {
params: data
})
}
// 仲裁员审核裁决书
export function arbitratorCheckArbitrateRecord(data) {
return request({
url: '/caseApplication/arbitrator/checkArbitrateRecord',
method: 'post',
data: data
})
}