mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-10 17:30:29 +08:00
优化交互
This commit is contained in:
@@ -34,7 +34,9 @@ Tea.context(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.success = function () {
|
this.success = function () {
|
||||||
teaweb.successToast("保存成功")
|
teaweb.success("保存成功", function () {
|
||||||
|
teaweb.reload()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ Tea.context(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.success = function () {
|
this.success = function () {
|
||||||
teaweb.successToast("保存成功")
|
teaweb.success("保存成功", function () {
|
||||||
|
teaweb.reload()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user