update applications/templates/admin/user/main.html.
312行:table.reload('role-table') -> table.reload('user-table')
This commit is contained in:
@@ -309,7 +309,7 @@
|
||||
layer.close(loading)
|
||||
if (result.success) {
|
||||
popup.success(result.msg, function () {
|
||||
table.reload('role-table')
|
||||
table.reload('user-table')
|
||||
})
|
||||
} else {
|
||||
popup.failure(result.msg)
|
||||
|
||||
Reference in New Issue
Block a user