fix: Open add model dialog show base-info always

--bug=1050670 --user=刘瑞斌 【系统管理】模型设置-添加模型-默认显示了“高级设置”标签页 https://www.tapd.cn/57709429/s/1635004
This commit is contained in:
CaptainB 2024-12-20 11:33:55 +08:00 committed by 刘瑞斌
parent b327bd8fed
commit 77aa83d829

View File

@ -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) => {