Browse Source

添加批量上传说明书接口

zhuliu 1 năm trước cách đây
mục cha
commit
dd08188cdd
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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)
   }
 };