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