Browse Source

添加批量上传说明书接口

zhuliu 1 year ago
parent
commit
dd08188cdd
1 changed files with 4 additions and 0 deletions
  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)
   }
 };