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