Files
EdgeAdmin/web/views/@default/clusters/grants/create.js

5 lines
120 B
JavaScript
Raw Normal View History

2020-10-25 21:27:28 +08:00
Tea.context(function () {
this.method = "user";
this.success = NotifySuccess("保存成功", "/clusters/grants");
});