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