소스 검색

修复接口传参

gangyj 2 년 전
부모
커밋
33bf628573
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
     },