2
3
baichengfei преди 4 години
родител
ревизия
ce73307981
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      src/dashoo.cn/frontend_web/src/api/oilsupplier/infochange.js

+ 3 - 3
src/dashoo.cn/frontend_web/src/api/oilsupplier/infochange.js

@@ -19,9 +19,9 @@ export default {
       params: params
     })
   },
-  getinfoforitem(certId,selctitem,myAxios){
+  getinfoforitem (certId, selctitem, myAxios) {
     return myAxios({
-      url: '/infochange/getinfoforitem?certId=' + certId +'&selctitem='+ selctitem,
+      url: '/infochange/getinfoforitem?certId=' + certId + '&selctitem=' + selctitem,
       method: 'GET'
     })
   },
@@ -99,7 +99,7 @@ export default {
   },
   addInfoChMain (formData, myAxios) {
     return myAxios({
-      url: '/infochange/addinfomain' ,
+      url: '/infochange/addinfomain',
       method: 'post',
       params: formData
     })