From a0b102e13848c9c5d8aa353d3e4f5cc497d35cd1 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 18 Jan 2022 11:23:57 +0800 Subject: [PATCH] 26847 --- src/apps/AppHandSnapshot/SelectUser.vue | 2 ++ 1 file changed, 2 insertions(+) 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