diff --git a/src/apps/AppHelpEffect/AppHelpEffect.vue b/src/apps/AppHelpEffect/AppHelpEffect.vue index 1ad43e21..4d5c8857 100644 --- a/src/apps/AppHelpEffect/AppHelpEffect.vue +++ b/src/apps/AppHelpEffect/AppHelpEffect.vue @@ -96,9 +96,9 @@ export default { this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { params: { current: this.current, - con: this.name, - area: this.areaId, - houseType: this.houseType + name: this.name, + areaId: this.areaId, + provertyStatus: this.houseType }, }).then((res) => { if (res?.data) {