liuyc hace 2 años
padre
commit
be0488880e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/modules/tentative/material/approach.js

+ 1 - 1
src/api/modules/tentative/material/approach.js

@@ -62,7 +62,7 @@ export default {
         return httpApi({
             url: '/api/blade-business/material/mobilization/upload-file',
             method: 'post',
-            data: form
+            params: form
         }, msg);
     },
 }