mashengyi 3 年之前
父節點
當前提交
9524783399
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();