|
@@ -2307,7 +2307,7 @@ export default {
|
|
|
this.nodeInfoVisible = true;
|
|
|
},
|
|
|
addNodeInfoTable () {//添加节点参数数据
|
|
|
- this.nodeInfoTable.unshift({ k: '', v: '', remark: '', wbsId: this.jiedianId })
|
|
|
+ this.nodeInfoTable.unshift({ k: '', v: '', remark: '', wbsId: this.jiedianId, type: 1 })
|
|
|
},
|
|
|
delNodeInfo (key) {//设置参数名称中的删除按钮
|
|
|
this.namelists.splice(key, 1)
|