@@ -2301,7 +2301,8 @@ export default {
//#region 节点参数
nodeInfo (data) {//节点参数按钮
this.keymap()
- this.jiedianId = data.primaryKeyId
+ //console.log(data)
+ this.jiedianId = data.id
this.parameters(data.primaryKeyId)
this.nodeInfoVisible = true;
},