diff --git a/src/apps/AppHandSnapshot/SelectUser.vue b/src/apps/AppHandSnapshot/SelectUser.vue index 8c4485b0..164d9955 100644 --- a/src/apps/AppHandSnapshot/SelectUser.vue +++ b/src/apps/AppHandSnapshot/SelectUser.vue @@ -108,6 +108,7 @@ export default { }, searckGird(row) { + this.treeList = [] if(row.girdLevel != 2) { //查网格 this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => { if (res?.data) { @@ -115,6 +116,7 @@ export default { } }) }else { //查网格员 + this.userList = [] this.$http.post(`/app/appgirdmemberinfo/listByGirdIdByThree?girdId=${row.id}`).then((res) => { if (res?.data) { this.userList = res.data