mashengyi 3 years ago
parent
commit
9524783399
1 changed files with 1 additions and 1 deletions
  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();