gangyj il y a 3 ans
Parent
commit
f349d90f4c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/manager/projectinfo/tree.vue

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

@@ -690,7 +690,7 @@
             this.nodeDetail = {
               parentId:res.data.data.id,
               parentName:parentName,
-              pkeyId:res.data.data.pkeyId
+              projectId:res.data.data.projectId
             };
           }else{
             this.nodeDetail = Object.assign({},res.data.data);