feat: 修复关联数据库问题
This commit is contained in:
parent
235c699994
commit
12262280ee
@ -89,7 +89,7 @@ watch(dialogVisible, (bool) => {
|
||||
})
|
||||
|
||||
function changeHandle() {
|
||||
if (checkList.value.length === 1) {
|
||||
if (checkList.value.length > 0) {
|
||||
currentEmbedding.value = props.data.filter(
|
||||
(v) => v.id === checkList.value[0]
|
||||
)[0].embedding_mode_id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user