diff --git a/src/apps/AppHelpEffect/helpedResidentList.vue b/src/apps/AppHelpEffect/helpedResidentList.vue index 5bc0ce0a..8a474784 100644 --- a/src/apps/AppHelpEffect/helpedResidentList.vue +++ b/src/apps/AppHelpEffect/helpedResidentList.vue @@ -35,7 +35,7 @@ export default { if (must || this.total == 0 || this.list.length < this.total) { const {current, search} = this.$props this.$http.post('/app/apppreventionreturntopoverty/list', null, { - params: {...search, current}, + params: {...search, current, isHousehold: 1}, }).then((res) => { if (res?.data) { this.list = [current == 1 ? [] : this.list, res.data.records].flat().filter(Boolean)