mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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