Ver Fonte

节点参数新增nodeid

duy há 2 anos atrás
pai
commit
3dcb5a0ee2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/manager/wbsinfo/edit.vue

+ 1 - 1
src/views/manager/wbsinfo/edit.vue

@@ -2743,7 +2743,7 @@ export default {
     },
     async setParameterName () {//设置参数名称中添加节点参数按钮
       // wbsId: this.jiedianId
-      this.namelists.unshift({ name: '', remark: '', k: '', type: 0, })
+      this.namelists.unshift({ name: '', remark: '', k: '', type: 0, nodeId: this.jiedianId})
     },
     async nodeInfoSave () {//节点参数弹框保存按钮
       if (this.nodeInfoTable) {