diff --git a/src/api/model/common.js b/src/api/model/common.js index 0cd0eedd..47c5b0f5 100644 --- a/src/api/model/common.js +++ b/src/api/model/common.js @@ -23,6 +23,13 @@ export default { return await http.get(this.url, data, config); } }, + importFile: { + url: `${config.API_URL}/fileImport`, + name: "导入附件", + post: async function(data, config={}){ + return await http.post(this.url, data, config); + } + }, file: { menu: { url: `${config.API_URL}/file/menu`, diff --git a/src/views/vab/importexport.vue b/src/views/vab/importexport.vue index 8820b244..a0b01841 100644 --- a/src/views/vab/importexport.vue +++ b/src/views/vab/importexport.vue @@ -2,9 +2,9 @@ - - - + + + @@ -72,6 +72,23 @@ + + + +
+ + + + 失败 + + + +
+ +
+