Explorar o código

添加批量上传说明书接口

zhuliu hai 1 ano
pai
achega
dd08188cdd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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)
   }
 };