2020-10-26 21:14:26 +08:00
|
|
|
Tea.context(function () {
|
2021-07-05 11:38:07 +08:00
|
|
|
this.success = NotifySuccess("保存成功", "/clusters/cluster/nodes?clusterId=" + this.clusterId)
|
2020-10-26 21:14:26 +08:00
|
|
|
|
|
|
|
|
this.$delay(function () {
|
|
|
|
|
this.$refs.ipList.focus()
|
|
|
|
|
})
|
|
|
|
|
})
|