优化集群选择DNS设置交互

This commit is contained in:
刘祥超
2021-08-25 11:55:06 +08:00
parent 6536ace4f7
commit 745f5d9759
5 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
this.domain = {id: this.domainId, name: this.domainName}
this.changeDomain = function (domain) {
this.domain.id = domain.id
this.domain.name = domain.name
}
})