Ver Fonte

修复接口传参

gangyj há 2 anos atrás
pai
commit
33bf628573
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/manager/projectinfo/tree.vue

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

@@ -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;
     },