From c0c1f741aa35e3927f72eb5427ed64e3a65cc39c Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 17 Aug 2022 14:52:37 +0800 Subject: [PATCH] BUG 30889 --- src/apps/AppHelpEffect/helpedResidentList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)