From 77aa83d829821aca909620d4bc4e261e74f1a380 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 20 Dec 2024 11:33:55 +0800 Subject: [PATCH] fix: Open add model dialog show base-info always MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1050670 --user=刘瑞斌 【系统管理】模型设置-添加模型-默认显示了“高级设置”标签页 https://www.tapd.cn/57709429/s/1635004 --- ui/src/views/template/component/CreateModelDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index 282f64501df..a64cfb1eacb 100644 --- a/ui/src/views/template/component/CreateModelDialog.vue +++ b/ui/src/views/template/component/CreateModelDialog.vue @@ -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) => {