From 3845038169f5d4568d65f655d583c0588ace4905 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) => {