From 4b86e18903e7b09dfb35f8983ab0746f9be4e100 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 5 Jul 2022 16:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/AppMonitoringObject.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/apps/AppMonitoringObject/AppMonitoringObject.vue b/src/apps/AppMonitoringObject/AppMonitoringObject.vue index 9ebc998d..eb044008 100644 --- a/src/apps/AppMonitoringObject/AppMonitoringObject.vue +++ b/src/apps/AppMonitoringObject/AppMonitoringObject.vue @@ -111,7 +111,9 @@ export default { confirmTypeSelect(val) { this.status = val?.[0].value - this.getList() + this.$nextTick(()=>{ + this.getList() + }) }, getListInit() { @@ -121,7 +123,7 @@ export default { }, getList() { - if (this.list.length >= this.total && this.total > 0) return + // if (this.list.length >= this.total && this.total > 0) return this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { params: { current: this.current,