数据过滤
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user