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