Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeAdmin/web/views/@default/tickets/ticket/index.js
Normal file
9
EdgeAdmin/web/views/@default/tickets/ticket/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Tea.context(function () {
|
||||
this.reply = function (ticketId) {
|
||||
teaweb.popup("/tickets/ticket/createLogPopup?ticketId=" + ticketId, {
|
||||
callback: function () {
|
||||
teaweb.successRefresh("保存成功")
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user