主管部门'无'取消

5_7_地图同步
liujun 2024-04-08 14:56:16 +08:00
parent 572e93bc6f
commit 1a2bddc730
2 changed files with 0 additions and 10 deletions

View File

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

View File

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