案件归档,审核修改tab,修改bug,模板字段接口联调
This commit is contained in:
@@ -19,4 +19,12 @@ export function videoList(data) {
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
}
|
||||
// 下载案件压缩包
|
||||
export function downloadCaseZipFile(data) {
|
||||
return request({
|
||||
url: '/caseApplication/downloadCaseZipFile',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -160,4 +160,12 @@ export function saveFatchRules(data) {
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
// 模板字段列表
|
||||
export function getTemplateInfoById(data) {
|
||||
return request({
|
||||
url: '/deptIdentify/getTemplateInfoById',
|
||||
method: 'get',
|
||||
params: data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user