修改界面

This commit is contained in:
刘祥超
2020-11-14 21:31:32 +08:00
parent b86315a68c
commit 9ce8c83798
2 changed files with 1 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ Tea.context(function () {
.params({clusterId: clusterId})
.done(function () {
that.isSyncing = false
that.dnsHasChanges = false
})
.success(function () {
teaweb.success("同步成功", function () {

View File

@@ -66,7 +66,6 @@ Tea.context(function () {
})
.done(function () {
domain.isSyncing = false
that.dnsHasChanges = false
Vue.set(that.domains, index, domain)
})
})