浏览代码

添加批量上传说明书接口

zhuliu 1 年之前
父节点
当前提交
dd08188cdd
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/api/newApi/file.js

+ 4 - 0
src/api/newApi/file.js

@@ -25,5 +25,9 @@ export default {
       method: 'post',
       params: params
     })
+  },
+  //批量上传说明书
+  batchUploadPatentInstruction(data){
+    return axios.post('/fileManager/batchUploadPatentInstruction', data)
   }
 };