Skip to content

Commit

Permalink
2.6.2-patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
bwcx-jzy committed Sep 1, 2021
1 parent 351a453 commit e063fc3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion web-vue/src/pages/node/update.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ export default {
},
rowSelection() {
return {
onChange: this.tableSelectionChange
onChange: this.tableSelectionChange,
selectedRowKeys: this.tableSelections
}
},
socketUrl() {
Expand Down Expand Up @@ -202,6 +203,11 @@ export default {
[nodeId]: data
})
},
onErrorResult(data) {
this.$notification.warning({
message: data
})
},
updateNode() {
this.sendMsg("updateNode", {
ids: this.tableSelections
Expand Down

0 comments on commit e063fc3

Please sign in to comment.