Files
EdgeAdmin/web/views/@default/clusters/cluster/settings/dns/index.js

9 lines
245 B
JavaScript
Raw Normal View History

Tea.context(function () {
this.success = NotifyReloadSuccess("保存成功")
2021-08-25 11:55:06 +08:00
this.domain = {id: this.domainId, name: this.domainName}
this.changeDomain = function (domain) {
this.domain.id = domain.id
this.domain.name = domain.name
}
})