mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-09 19:04:44 +08:00
完成用户列表/资源列表改造
This commit is contained in:
@@ -233,7 +233,7 @@ function del() {
|
||||
if (selected == null) return;
|
||||
|
||||
$.post('/StockManager/Delete?Id=' + selected.Id, function (data) {
|
||||
if (data.statusCode == "200") {
|
||||
if (data.Status) {
|
||||
list.reload();
|
||||
ztree.reload();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user