测试 用electron + springboot 构建桌面应用
he wei
2022-03-24 6e8ea855f74461726545e42be35176de7442af80
U 修复切换other折线图时 标题undefined问题
1个文件已修改
5 ■■■■■ 已修改文件
src/main/demo/src/views/result.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | 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 {