Files
EdgeAdmin/web/views/@default/clusters/cluster/createBatch.js

7 lines
189 B
JavaScript
Raw Permalink Normal View History

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