|
@@ -2568,10 +2568,10 @@ export default {
|
|
|
async nodeInfoSave () {//节点参数弹框保存按钮
|
|
|
if (this.nodeInfoTable) {
|
|
|
if(this.nodeInfoTable.length == 0){
|
|
|
- await this.saveOrUpdateBatch({
|
|
|
+ await this.saveOrUpdateBatch([{
|
|
|
"wbsId": this.id,
|
|
|
"type": -1,
|
|
|
- })
|
|
|
+ }])
|
|
|
this.nodeInfoVisible = false
|
|
|
this.$message({
|
|
|
type: "success",
|