diff --git a/src/apps/AppMonitoringObject/AppMonitoringObject.vue b/src/apps/AppMonitoringObject/AppMonitoringObject.vue index 58018610..e78d4a05 100644 --- a/src/apps/AppMonitoringObject/AppMonitoringObject.vue +++ b/src/apps/AppMonitoringObject/AppMonitoringObject.vue @@ -4,7 +4,7 @@
-
+
全部类型 {{ $dict.getLabel('fpPrtpStatus', status)}} @@ -112,6 +112,8 @@ export default { confirmTypeSelect(val) { this.status = val?.[0].value this.$nextTick(()=>{ + this.current = 1, + this.list = [] this.getList() }) }, @@ -146,8 +148,16 @@ export default { change(index) { this.currentTabs = index + if(this.currentTabs == 1) { + this.typelist = this.$dict.getDict('fpPrtpStatus') + this.typelist.unshift({ dictName: '全部类型', dictValue: ''}) + } else if (this.currentTabs == 0) { + this.typelist = this.$dict.getDict('fpPrtpStatus').filter((e) => e.dictValue != 5) + this.typelist.unshift({ dictName: '全部类型', dictValue: ''}) + } this.status = '' this.getListInit() + }, toDetail(item) {