证据清单,上传证据
This commit is contained in:
@@ -23,4 +23,20 @@ export function caseApplicationSelectById(data) {
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
}
|
||||
/** 案件证据查询 */
|
||||
export function getFileList(data) {
|
||||
return request({
|
||||
url: "/common/fileList",
|
||||
method: "get",
|
||||
params: data,
|
||||
});
|
||||
}
|
||||
/** 批量上传证据 */
|
||||
export function batchUpload(data) {
|
||||
return request({
|
||||
url: "/caseApplication/batchUpdateAttach",
|
||||
method: "post",
|
||||
data: data,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user