数据过滤

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, {
params: {
current: this.current,
con: this.name,
area: this.areaId,
houseType: this.houseType
name: this.name,
areaId: this.areaId,
provertyStatus: this.houseType
},
}).then((res) => {
if (res?.data) {