页面整合

This commit is contained in:
Your Name
2023-09-18 21:55:43 +08:00
parent 2ad5d40134
commit 5a01836bbf
15 changed files with 2219 additions and 4 deletions
+3 -3
View File
@@ -8,10 +8,10 @@ export function arbitrAtor(data) {
params: data
})
}
// 组庭
export function pendTral(data) {
// 组庭审核
export function pendTralCheck(data) {
return request({
url: '/caseApplication/pendTral',
url: '/caseApplication/pendTralCheck',
method: 'post',
data: data
})