whyczyk
2021-03-04 3dbb0a8df1fab9a610bf521d2d082e7304926cd7
错误代码提交
5个文件已修改
15 ■■■■■ 已修改文件
src/components/charts/abeamProChart.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/charts/imgPieChart.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/charts/latticeBar.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/charts/prossPieChart.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/charts/triangleBarChart.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/charts/abeamProChart.vue
@@ -171,8 +171,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)
src/components/charts/imgPieChart.vue
@@ -172,8 +172,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)
src/components/charts/latticeBar.vue
@@ -166,8 +166,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)
src/components/charts/prossPieChart.vue
@@ -170,8 +170,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)
src/components/charts/triangleBarChart.vue
@@ -168,8 +168,7 @@
        this.setOption(option);
      },
      resize() {
        let timers = null;
        timers = setTimeout(() => {
        setTimeout(() => {
          this.$options.chart.resize();
          this.setData(this.$options.chartData);
        }, 300)