mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-02 15:52:26 +08:00
refactor(frontend): 优化 Users 功能模块
- 改进 UserFormDialog 组件
This commit is contained in:
@@ -379,6 +379,7 @@ import { useFormDialog } from '@/composables/useFormDialog'
|
|||||||
import { getProvidersSummary } from '@/api/endpoints/providers'
|
import { getProvidersSummary } from '@/api/endpoints/providers'
|
||||||
import { getGlobalModels } from '@/api/global-models'
|
import { getGlobalModels } from '@/api/global-models'
|
||||||
import { adminApi } from '@/api/admin'
|
import { adminApi } from '@/api/admin'
|
||||||
|
import { log } from '@/utils/logger'
|
||||||
|
|
||||||
export interface UserFormData {
|
export interface UserFormData {
|
||||||
id?: string
|
id?: string
|
||||||
@@ -500,7 +501,7 @@ async function loadAccessControlOptions() {
|
|||||||
globalModels.value = modelsData.models || []
|
globalModels.value = modelsData.models || []
|
||||||
apiFormats.value = formatsData.formats || []
|
apiFormats.value = formatsData.formats || []
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('加载访问限制选项失败:', err)
|
log.error('加载访问限制选项失败:', err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user