Преглед изворни кода

添加批量上传说明书接口

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)
   }
 };