mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 15:52:32 +00:00
[Fix] 用户登录复核 bug
This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
||||
const objectId = this.object.id
|
||||
const relationUrl = `/api/v1/authentication/login-confirm-settings/${objectId}/`
|
||||
const data = {
|
||||
reviewers: [...this.object.login_confirm_settings, ...items.map(v => {
|
||||
reviewers: [...this.object.login_confirm_settings || [], ...items.map(v => {
|
||||
return v.value
|
||||
})]
|
||||
}
|
||||
|
Reference in New Issue
Block a user