Explorar el Código

节点参数新增nodeid

duy hace 2 años
padre
commit
3dcb5a0ee2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {