mashengyi %!s(int64=3) %!d(string=hai) anos
pai
achega
9524783399
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/platform/waybill/waybill.vue

+ 1 - 1
src/views/platform/waybill/waybill.vue

@@ -330,7 +330,7 @@ export default{
       const formData = new FormData();
       formData.append('userId', this.formUserList.userId);
       formData.append('file', this.formUserList.file);
-      const response = await this.$http.post(`carFreeCarrierBill/bill`,formData);
+      const response = await this.$http.post(`noCar/batchImprotBillWay`,formData);
       var {data: { code, msg, data }} = response;
       if(code === 0 && msg === 'success') {
         this.loadData();