Browse Source

wbs私有树

gangyj 3 years ago
parent
commit
2a6ad81d4c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/manager/projectinfo/tree.vue

+ 2 - 1
src/views/manager/projectinfo/tree.vue

@@ -689,7 +689,8 @@
           if(type == 1){
             this.nodeDetail = {
               parentId:res.data.data.id,
-              parentName:parentName
+              parentName:parentName,
+              pkeyId:res.data.data.pkeyId
             };
           }else{
             this.nodeDetail = Object.assign({},res.data.data);