From 752d8020a2b216c37ca461543b69b1ce25c1f152 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Wed, 6 Jul 2022 18:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E8=84=B1=E8=B4=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/AppMonitoringObject.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/apps/AppMonitoringObject/AppMonitoringObject.vue b/src/apps/AppMonitoringObject/AppMonitoringObject.vue index 4e15be84..ce56950b 100644 --- a/src/apps/AppMonitoringObject/AppMonitoringObject.vue +++ b/src/apps/AppMonitoringObject/AppMonitoringObject.vue @@ -146,8 +146,17 @@ 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) {