From db046021d5db53026da9e15066a6d69320b22883 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 5 Jul 2022 14:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=B5=8B=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMonitoringObject/AppMonitoringObject.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/apps/AppMonitoringObject/AppMonitoringObject.vue b/src/apps/AppMonitoringObject/AppMonitoringObject.vue index 10d86b3d..05175516 100644 --- a/src/apps/AppMonitoringObject/AppMonitoringObject.vue +++ b/src/apps/AppMonitoringObject/AppMonitoringObject.vue @@ -62,10 +62,10 @@ export default { total: 0, tabList: [ { - name: '已登记监测对象', + name: '监测对象', }, { - name: '已消除风险对象', + name: '脱贫人口', }, ], currentTabs: 0, @@ -110,7 +110,8 @@ export default { }, confirmTypeSelect(val) { - console.log(val); + this.status = val?.[0].value + this.getList() }, getListInit() { @@ -124,7 +125,8 @@ export default { this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { params: { current: this.current, - status: this.currentTabs, + status: this.status, + provertyStatus: this.currentTabs, name: this.keyword, }, }).then((res) => {