mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复关联知识库问题
This commit is contained in:
parent
4e08fae133
commit
235c699994
|
|
@ -84,6 +84,7 @@ const filterData = computed(() => {
|
|||
watch(dialogVisible, (bool) => {
|
||||
if (!bool) {
|
||||
checkList.value = []
|
||||
currentEmbedding.value = ''
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue