小程序详情
This commit is contained in:
+10
-2
@@ -3,7 +3,7 @@ import request from '@/utils/request'
|
||||
// 查询被申请人案件列表
|
||||
export function respondentList(data) {
|
||||
return request({
|
||||
'url': '/evidence/all',
|
||||
'url': '/caseApplication/list',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
@@ -200,4 +200,12 @@ export function deleteFile(data) {
|
||||
method: "post",
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
}
|
||||
// 仲裁案件详情
|
||||
export function selectCaseApplication(data) {
|
||||
return request({
|
||||
url: "/caseApplication/selectCaseApplication",
|
||||
method: "post",
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user