This commit is contained in:
bwcx_jzy 2023-02-23 15:23:48 +08:00
parent 9c719b1d3b
commit 3f09b47e17
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -726,7 +726,7 @@ export default {
this.$notification.success({ this.$notification.success({
message: res.msg, message: res.msg,
}); });
this.nodeConfigVisible = true; this.nodeConfigVisible = false;
this.tableSelections = []; this.tableSelections = [];
} }
}); });