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