1.4.5.2
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Tea.context(function () {
|
||||
this.createSystem = function () {
|
||||
teaweb.popup(".createPopup", {
|
||||
height: "24em",
|
||||
callback: function () {
|
||||
teaweb.successRefresh("保存成功")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
this.updateSystem = function (dataId) {
|
||||
teaweb.popup(".system.updatePopup?dataId=" + dataId, {
|
||||
height: "24em",
|
||||
callback: function () {
|
||||
teaweb.successRefresh("保存成功")
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user