修改界面

This commit is contained in:
GoEdgeLab
2020-11-14 21:31:32 +08:00
parent c1ec6a0319
commit 4a648d2403
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)
})
})