|
@@ -1474,6 +1474,8 @@ export default {
|
|
|
value:priv.value,
|
|
|
id: priv.pkeyId
|
|
|
}
|
|
|
+ this.leftloading = true;
|
|
|
+ this.rightloading = true;
|
|
|
let projectTree = await findProjectTree(this.projectForm.id, refId) //查询的右边的数据
|
|
|
if (projectTree&&projectTree.data&&projectTree.data.data&&projectTree.data.data.length>0) {
|
|
|
this.iswbsselected=true
|
|
@@ -1481,8 +1483,8 @@ export default {
|
|
|
this.iswbsselected=false
|
|
|
}
|
|
|
if (Array.isArray(projectTree.data.data)) {
|
|
|
- this.leftloading = true;
|
|
|
- this.rightloading = true;
|
|
|
+ // this.leftloading = true;
|
|
|
+ // this.rightloading = true;
|
|
|
if (this.projectForm.referenceWbsTemplateType == 'private') {
|
|
|
//私有
|
|
|
let leftData = await findProjectTree(priv.projectId, priv.wbsId)
|