Browse Source

补充直连接口

qinhouyu 1 year ago
parent
commit
a08e5d3487
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bigdata/tabbar.vue

+ 1 - 1
src/views/bigdata/tabbar.vue

@@ -139,7 +139,7 @@
           that.regionNum = [];
           that.regionNum.push(...resp.data.event)
           for(let i in resp.data.data){
-            that.regionNum.push({value: resp.data.data[i].count,name: resp.data.data[i].resourceName})
+            that.regionNum.push({value: resp.data.data[i].value,name: resp.data.data[i].name})
           }
           for(let i in resp.data.device){
             that.regionNum.push({value: resp.data.device[i].deviceCount,name: resp.data.device[i].deviceName})