mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-05 17:30:30 +00:00
[Update] 修改user list api
This commit is contained in:
@@ -299,6 +299,8 @@ function requestApi(props) {
|
||||
msg = jqXHR.responseJSON.error
|
||||
} else if (jqXHR.responseJSON.msg) {
|
||||
msg = jqXHR.responseJSON.msg
|
||||
} else if (jqXHR.responseJSON.detail) {
|
||||
msg = jqXHR.responseJSON.detail
|
||||
}
|
||||
}
|
||||
if (msg === "") {
|
||||
|
Reference in New Issue
Block a user