|
@@ -499,9 +499,9 @@ export default {
|
|
|
if (!this.$route.query.id) this.chartInfos = [];
|
|
|
this.getChartsInfo(params);
|
|
|
},
|
|
|
- updateChartsInfo(options) {
|
|
|
+ updateChartsInfo() {
|
|
|
let params = {
|
|
|
- ChartInfoId: (options && options.id) || +this.$route.query.id || 0,
|
|
|
+ ChartInfoId: +this.$route.query.id || 0,
|
|
|
ExtraConfig: this.handleExtraConfig(),
|
|
|
ChartsConfig: this.handleChartsConfig(),
|
|
|
};
|