Files
EdgeAdmin/web/views/@default/clusters/monitors/reporters/index.js
2021-09-04 10:17:14 +08:00

9 lines
192 B
JavaScript

Tea.context(function () {
this.createReporter = function () {
teaweb.popup(".createPopup", function () {
teaweb.success("保存成功", function () {
teaweb.reload()
})
})
}
})