This commit is contained in:
liuye
2022-01-18 11:23:57 +08:00
parent d5984de9b6
commit a0b102e138

View File

@@ -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