追加筛选条件

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: {
getList() {
let {householdName} = this.$route.query
this.$http.post(`/app/appresident/list`, null, {
params: {
current: this.current,
size: 20,
areaId: this.user.areaId,
con: this.name
con: this.name,
householdName
}
}).then(res => {
if (res?.data) {