diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index 282f64501..a64cfb1ea 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) => {