mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-14 12:20:27 +08:00
10 lines
225 B
JavaScript
10 lines
225 B
JavaScript
Tea.context(function () {
|
|
this.success = NotifyReloadSuccess("保存成功")
|
|
|
|
this.changeMethods = function (config) {
|
|
Tea.action("$")
|
|
.form(this.$refs.authForm)
|
|
.post()
|
|
teaweb.successRefresh("保存成功")
|
|
}
|
|
}) |