Browse Source

修复节点参数

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

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

@@ -2302,8 +2302,8 @@ export default {
     nodeInfo (data) {//节点参数按钮
       this.keymap()
       //console.log(data)
-      this.jiedianId = data.id
-      this.parameters(data.id)
+      this.jiedianId = data.primaryKeyId
+      this.parameters(data.primaryKeyId)
       this.nodeInfoVisible = true;
     },
     addNodeInfoTable () {//添加节点参数数据