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