主管部门可以选无
parent
8552febc28
commit
54d830c6f6
|
@ -476,6 +476,11 @@ 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,6 +534,11 @@ 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