BUG 30889

This commit is contained in:
aixianling
2022-08-17 14:52:37 +08:00
parent 862824c89a
commit c0c1f741aa

View File

@@ -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)