diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index 004f92010..4dcc0f763 100644 --- a/ui/src/views/template/component/CreateModelDialog.vue +++ b/ui/src/views/template/component/CreateModelDialog.vue @@ -377,6 +377,9 @@ const open = (provider: Provider, model_type?: string) => { dialogVisible.value = true base_form_data.value.model_type = model_type || '' activeName.value = 'base-info' + if (model_type) { + list_base_model(model_type) + } } const list_base_model = (model_type: any, change?: boolean) => {