BUG 30889
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user