Skip to content

Commit

Permalink
fix: Open add model dialog show base-info always
Browse files Browse the repository at this point in the history
--bug=1050670 --user=刘瑞斌 【系统管理】模型设置-添加模型-默认显示了“高级设置”标签页 https://www.tapd.cn/57709429/s/1635004
  • Loading branch information
liuruibin committed Dec 20, 2024
1 parent b327bd8 commit 3845038
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/views/template/component/CreateModelDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3845038

Please sign in to comment.