fix: 修复关联知识库问题

This commit is contained in:
wangdan-fit2cloud 2024-07-24 14:39:41 +08:00
parent 4e08fae133
commit 235c699994

View File

@ -84,6 +84,7 @@ const filterData = computed(() => {
watch(dialogVisible, (bool) => {
if (!bool) {
checkList.value = []
currentEmbedding.value = ''
}
})