彭宇 1 gadu atpakaļ
vecāks
revīzija
b5dab66a15
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
         })
       },