Files
waf-platform/EdgeAdmin/web/views/@default/clusters/cluster/createBatch.js
2026-02-04 20:27:13 +08:00

7 lines
189 B
JavaScript

Tea.context(function () {
this.success = NotifySuccess("保存成功", "/clusters/cluster/nodes?clusterId=" + this.clusterId)
this.$delay(function () {
this.$refs.ipList.focus()
})
})