mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +08:00
完成用户列表/资源列表改造
This commit is contained in:
@@ -264,12 +264,12 @@ function del() {
|
||||
if (selected == null) return;
|
||||
|
||||
$.post('/moduleManager/Delete?Id=' + selected.Id, function (data) {
|
||||
if (data.statusCode == "200") {
|
||||
if (data.Status) {
|
||||
list.reload();
|
||||
ztree.reload();
|
||||
}
|
||||
else {
|
||||
$(this).alertmsg('warn', data.message);
|
||||
$(this).alertmsg('warn', data.Message);
|
||||
}
|
||||
}, "json");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user