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