10 lines
205 B
JavaScript
10 lines
205 B
JavaScript
Tea.context(function () {
|
|
this.createTicket = function () {
|
|
teaweb.popup("/tickets/createPopup", {
|
|
height: "26em",
|
|
callback: function () {
|
|
teaweb.successRefresh("保存成功")
|
|
}
|
|
})
|
|
}
|
|
}) |