主管部门可以选无

5_7_地图同步
liujun 2024-03-19 11:54:28 +08:00
parent 8552febc28
commit 54d830c6f6
2 changed files with 10 additions and 0 deletions

View File

@ -476,6 +476,11 @@ export default {
{}
).then((data) => {
this.treeData = JSON.parse(data.zTreeNodes)
this.treeData.push({
id: '0',
name: '无',
nodes: []
})
}).catch((e) => {
})
},

View File

@ -534,6 +534,11 @@ export default {
{}
).then((data) => {
this.treeData = JSON.parse(data.zTreeNodes)
this.treeData.push({
id: '0',
name: '无',
nodes: []
})
}).catch((e) => {
})
resolve()