hejiahui 2 years ago
parent
commit
79f6f1d0e1
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/appoint/components/inward/addTransPrice.vue

+ 3 - 2
src/views/appoint/components/inward/addTransPrice.vue

@@ -260,15 +260,16 @@ export default {
       }
       }
     },
     },
     selectLineClick() {
     selectLineClick() {
+      console.log("this.LineText "+this.LineText)
       this.tableLoading = true;
       this.tableLoading = true;
       this.selectLineLoading = true;
       this.selectLineLoading = true;
       this.isKuang = true;
       this.isKuang = true;
       if (this.LineText) {
       if (this.LineText) {
         this.oilPriceFormula.requestUrl =
         this.oilPriceFormula.requestUrl =
-          "api/v1/uc/getOilFormula?apiId=444&con=" + this.LineText;
+          "/api/v1/uc/getOilFormula?apiId=444&con=" + this.LineText;
       } else {
       } else {
         this.oilPriceFormula.requestUrl =
         this.oilPriceFormula.requestUrl =
-          "api/v1/uc/getOilFormula?apiId=444&i=" + new Date();
+          "/api/v1/uc/getOilFormula?apiId=444&i=" + new Date();
       }
       }
     },
     },
     //选定联动公式确定
     //选定联动公式确定