追加筛选条件
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user