|
@@ -177,10 +177,10 @@
|
|
|
// }
|
|
|
|
|
|
|
|
|
-
|
|
|
+ this.indicator=[]
|
|
|
},
|
|
|
onShow:function(){
|
|
|
-
|
|
|
+
|
|
|
this.indicator=[]
|
|
|
|
|
|
// 首页数据渲染
|
|
@@ -364,6 +364,7 @@
|
|
|
},
|
|
|
// 下拉选择
|
|
|
clickSelectItem(item, index) {
|
|
|
+ this.indicator=[]
|
|
|
this.staticData = '';
|
|
|
this.selectedCode = item.owner_code;
|
|
|
uni.setStorageSync('selectedCode', item.owner_code);
|
|
@@ -431,6 +432,7 @@
|
|
|
color: color[ind]
|
|
|
})
|
|
|
})
|
|
|
+ // this.indicator=this.indicator.slice(-5)
|
|
|
},
|
|
|
// 未处理告警请求
|
|
|
async getHandleData(param = {}) {
|