feat: 修复关联数据库问题

This commit is contained in:
wangdan-fit2cloud 2024-07-24 15:06:38 +08:00
parent 235c699994
commit 12262280ee

View File

@ -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