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,