mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 12:20:28 +08:00
修改界面
This commit is contained in:
@@ -29,6 +29,7 @@ Tea.context(function () {
|
||||
.params({clusterId: clusterId})
|
||||
.done(function () {
|
||||
that.isSyncing = false
|
||||
that.dnsHasChanges = false
|
||||
})
|
||||
.success(function () {
|
||||
teaweb.success("同步成功", function () {
|
||||
|
||||
@@ -66,7 +66,6 @@ Tea.context(function () {
|
||||
})
|
||||
.done(function () {
|
||||
domain.isSyncing = false
|
||||
that.dnsHasChanges = false
|
||||
Vue.set(that.domains, index, domain)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user