wang_xy 2 年之前
父节点
当前提交
c0df95b059
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/bigdata/chart-equipmentDistribution.vue

+ 1 - 0
src/views/bigdata/chart-equipmentDistribution.vue

@@ -34,6 +34,7 @@
       sbfb() {
         let that = this
         getSbfb().then(resp => {
+          that.data_sbfb = resp.data;
           that.myEcharts2();
         })
       },