|
@@ -178,7 +178,7 @@ export default {
|
|
updateModeList: [], //期数的数组
|
|
updateModeList: [], //期数的数组
|
|
editNum: "",
|
|
editNum: "",
|
|
overviewList: {},
|
|
overviewList: {},
|
|
- marketStrategy:'',
|
|
|
|
|
|
+ marketStrategy: "",
|
|
timeInterval: null, // 定时器
|
|
timeInterval: null, // 定时器
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -189,7 +189,7 @@ export default {
|
|
this.getDetail();
|
|
this.getDetail();
|
|
} else {
|
|
} else {
|
|
this.getNoTacticsfirst();
|
|
this.getNoTacticsfirst();
|
|
- // this.dataInit();
|
|
|
|
|
|
+ this.dataInit();
|
|
}
|
|
}
|
|
this.getListPeriods();
|
|
this.getListPeriods();
|
|
},
|
|
},
|
|
@@ -233,8 +233,7 @@ export default {
|
|
MarketStrategy: this.marketStrategy,
|
|
MarketStrategy: this.marketStrategy,
|
|
};
|
|
};
|
|
sessionStorage.setItem("addChoicenessQY", JSON.stringify(params));
|
|
sessionStorage.setItem("addChoicenessQY", JSON.stringify(params));
|
|
- }, 5000);
|
|
|
|
- // 120000);
|
|
|
|
|
|
+ }, 120000);
|
|
},
|
|
},
|
|
updateModeChange() {
|
|
updateModeChange() {
|
|
if (this.updateMode == "重新编辑") {
|
|
if (this.updateMode == "重新编辑") {
|