缴费,案件详情问题处理
This commit is contained in:
@@ -35,8 +35,16 @@ export function getFileList(data) {
|
||||
/** 批量上传证据 */
|
||||
export function batchUpload(data) {
|
||||
return request({
|
||||
url: "/caseApplication/batchUpdateAttach",
|
||||
method: "post",
|
||||
data: data,
|
||||
url: "/caseApplication/batchUpload",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
// 提交
|
||||
export function submitCaseApply(data) {
|
||||
return request({
|
||||
url: '/caseApplication/submit',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user