mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Open add model dialog show base-info always
--bug=1050670 --user=刘瑞斌 【系统管理】模型设置-添加模型-默认显示了“高级设置”标签页 https://www.tapd.cn/57709429/s/1635004
This commit is contained in:
parent
b327bd8fed
commit
77aa83d829
|
|
@ -317,6 +317,7 @@ const open = (provider: Provider) => {
|
|||
})
|
||||
providerValue.value = provider
|
||||
dialogVisible.value = true
|
||||
activeName.value = 'base-info'
|
||||
}
|
||||
|
||||
const list_base_model = (model_type: any, change?: boolean) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue