主管部门'无'取消

pull/11/head
liujun 2024-04-08 14:56:17 +08:00
parent 8bce57553c
commit 74bb85c7e2
2 changed files with 0 additions and 10 deletions

View File

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

View File

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