mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-06 06:40:27 +08:00
7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifySuccess("保存成功", "/clusters/cluster/nodes?clusterId=" + this.clusterId)
|
|
|
|
this.$delay(function () {
|
|
this.$refs.ipList.focus()
|
|
})
|
|
}) |