数据过滤

This commit is contained in:
shijingjing
2022-07-21 16:31:12 +08:00
parent 7a4870b5bd
commit 6a243921e3

View File

@@ -96,9 +96,9 @@ export default {
this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, { this.$http.post('/app/appgirdmemberpoverty/listByGirdMember', null, {
params: { params: {
current: this.current, current: this.current,
con: this.name, name: this.name,
area: this.areaId, areaId: this.areaId,
houseType: this.houseType provertyStatus: this.houseType
}, },
}).then((res) => { }).then((res) => {
if (res?.data) { if (res?.data) {