网格基础设置调整

This commit is contained in:
aixianling
2022-06-01 09:57:15 +08:00
parent e71d1fcf12
commit 49aa0a6276
5 changed files with 85 additions and 200 deletions

View File

@@ -133,12 +133,6 @@
})
},
handleNodeClick (val) {
if (val.girdLevel === '0') {
this.getLeafNodes()
return false
}
this.instance.post(`/app/appgirdinfo/queryChildGirdInfoByGirdId?girdId=${val.id}`).then((res) => {
if (res?.data) {
const arr = res.data.map(v => {