|
@@ -804,7 +804,7 @@ export default {
|
|
this.allTreeData=[]
|
|
this.allTreeData=[]
|
|
if (!this.allTreeData.length) {
|
|
if (!this.allTreeData.length) {
|
|
this.treeloading = true;
|
|
this.treeloading = true;
|
|
- if(this.globaltype===1&&!this.elementType){
|
|
|
|
|
|
+ if(this.globaltype===0&&!this.elementType){
|
|
let parentId=''
|
|
let parentId=''
|
|
if(this.curData.hasChildren){
|
|
if(this.curData.hasChildren){
|
|
parentId=this.curData.id
|
|
parentId=this.curData.id
|
|
@@ -822,7 +822,7 @@ export default {
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
- }else if(this.globaltype===1&&this.elementType){
|
|
|
|
|
|
+ }else if(this.globaltype===0&&this.elementType){
|
|
let parentId=''
|
|
let parentId=''
|
|
if(this.curData.hasChildren){
|
|
if(this.curData.hasChildren){
|
|
parentId=this.curData.id
|
|
parentId=this.curData.id
|