Commit 51b1aab7 authored by 黄奎's avatar 黄奎

11

parent 614c2ce3
......@@ -707,7 +707,7 @@
watch: {
postConfig: {
handler: function (val, oldVal) {
this.dayCostPriceList = this.postConfig.dayCostPriceList;
this.getOfferItemObj(1);
},
deep: true
......@@ -723,12 +723,12 @@
},
data() {
return {
dayCostPriceList: this.postConfig.dayCostPriceList,
dayCostPriceList: [],
otherPrice: {},
teamPrice: {},
CostNumberList: [],
CurrencyNumberListExt: this.postConfig.OfferArray[0].CurrencyNumberListExt,
CostCurrencyList: this.postConfig.OfferArray[0].CostCurrencyList,
CurrencyNumberListExt: [],
CostCurrencyList: [],
offerDataObj: {},
//下拉框默认值
defaultSelect: 0,
......@@ -787,6 +787,12 @@
this.CostNumberList = selectOfferObj.CostNumberList;
this.offerDataObj = selectOfferObj;
}
this.dayCostPriceList = this.postConfig.dayCostPriceList;
if (this.postConfig.OfferArray && this.postConfig.OfferArray.length > 0) {
this.CurrencyNumberListExt = this.postConfig.OfferArray[0].CurrencyNumberListExt;
this.CostCurrencyList = this.postConfig.OfferArray[0].CostCurrencyList;
}
console.log("dayCostPriceList", dayCostPriceList)
this.getchange()
this.getSubMoney();
return selectOfferObj;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment