Initial commit (code only without large binaries)
This commit is contained in:
10
EdgeUser/web/views/@default/tickets/index.js
Normal file
10
EdgeUser/web/views/@default/tickets/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
Tea.context(function () {
|
||||
this.createTicket = function () {
|
||||
teaweb.popup("/tickets/createPopup", {
|
||||
height: "26em",
|
||||
callback: function () {
|
||||
teaweb.successRefresh("保存成功")
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user