|
@@ -212,6 +212,14 @@ export default {
|
|
params: form,
|
|
params: form,
|
|
}, msg)
|
|
}, msg)
|
|
},
|
|
},
|
|
|
|
+ //获取附件添加列表
|
|
|
|
+ async selectTableFileListByTen(form, msg = true) {
|
|
|
|
+ return httpApi({
|
|
|
|
+ url: '/api/blade-manager/tablefile/selectTableFileListByTen',
|
|
|
|
+ method: 'get',
|
|
|
|
+ params: form,
|
|
|
|
+ }, msg)
|
|
|
|
+ },
|
|
async getBussFileList1(form, msg = true) {
|
|
async getBussFileList1(form, msg = true) {
|
|
return httpApi({
|
|
return httpApi({
|
|
url: '/api/blade-business/detection/self/file-list',
|
|
url: '/api/blade-business/detection/self/file-list',
|