追加筛选条件

This commit is contained in:
aixianling
2022-04-28 15:12:22 +08:00
parent 1c6efaf97d
commit 95e227f62b

View File

@@ -57,12 +57,14 @@ export default {
}, },
methods: { methods: {
getList() { getList() {
let {householdName} = this.$route.query
this.$http.post(`/app/appresident/list`, null, { this.$http.post(`/app/appresident/list`, null, {
params: { params: {
current: this.current, current: this.current,
size: 20, size: 20,
areaId: this.user.areaId, areaId: this.user.areaId,
con: this.name con: this.name,
householdName
} }
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {