fix: 修复关联知识库问题
parent
4e08fae133
commit
235c699994
|
|
@ -84,6 +84,7 @@ const filterData = computed(() => {
|
||||||
watch(dialogVisible, (bool) => {
|
watch(dialogVisible, (bool) => {
|
||||||
if (!bool) {
|
if (!bool) {
|
||||||
checkList.value = []
|
checkList.value = []
|
||||||
|
currentEmbedding.value = ''
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue