src/main/demo/src/views/result.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/demo/src/views/result.vue
@@ -259,7 +259,8 @@ this.$G.chartManage.connect(["groupVol", "groupCurr", "vol", "other"]); }, changeChartType(v) { this.optsTitle = v.label + '折线图'; let label = this.chartTypes.filter((val) => {return val.value == v})[0].label; this.optsTitle = label + '折线图'; this.$refs.other.setData(this[v + "Option"]); }, goSelect() { @@ -314,7 +315,7 @@ }, mounted() { console.log(this.info); console.log(this.info, this); if (!this.info || !this.info.fboData) { this.$router.push("/selectFile"); } else {