This commit is contained in:
wanglei
2022-02-11 12:53:13 +08:00
parent b574261e91
commit 5f1159f16e
3 changed files with 12 additions and 23 deletions

View File

@@ -102,7 +102,6 @@ export default {
},
itemClick(row) {
// console.log(row)
var obj = {
girdName: row.girdName,
id: row.id,
@@ -114,6 +113,7 @@ export default {
searckGird(row) {
this.treeList = []
console.log(this.treeList);
if(row.girdLevel != 2) { //查网格
this.$http.post(`/app/appgirdinfo/list?parentGirdId=${row.id}&size=999`).then((res) => {
if (res?.data) {