wang_xy 2 лет назад
Родитель
Сommit
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();
         })
       },