主分支代码
This commit is contained in:
12
EdgeAdmin/web/views/@default/db/clickHouse.js
Normal file
12
EdgeAdmin/web/views/@default/db/clickHouse.js
Normal file
@@ -0,0 +1,12 @@
|
||||
Tea.context(function () {
|
||||
this.success = function () {
|
||||
teaweb.success("保存成功")
|
||||
}
|
||||
this.onSubmit = function (e) {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
Tea.action("$").post().form(e.target).success(function () {
|
||||
Tea.Vue.success()
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user