主管部门'无'取消
parent
572e93bc6f
commit
1a2bddc730
|
@ -476,11 +476,6 @@ export default {
|
||||||
{}
|
{}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.treeData = JSON.parse(data.zTreeNodes)
|
this.treeData = JSON.parse(data.zTreeNodes)
|
||||||
this.treeData.push({
|
|
||||||
id: '0',
|
|
||||||
name: '无',
|
|
||||||
nodes: []
|
|
||||||
})
|
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
@ -534,11 +534,6 @@ export default {
|
||||||
{}
|
{}
|
||||||
).then((data) => {
|
).then((data) => {
|
||||||
this.treeData = JSON.parse(data.zTreeNodes)
|
this.treeData = JSON.parse(data.zTreeNodes)
|
||||||
this.treeData.push({
|
|
||||||
id: '0',
|
|
||||||
name: '无',
|
|
||||||
nodes: []
|
|
||||||
})
|
|
||||||
}).catch((e) => {
|
}).catch((e) => {
|
||||||
})
|
})
|
||||||
resolve()
|
resolve()
|
||||||
|
|
Loading…
Reference in New Issue