fix: 修复关联知识库问题

v3.2
wangdan-fit2cloud 2024-07-24 14:39:41 +08:00
parent 4e08fae133
commit 235c699994
1 changed files with 1 additions and 0 deletions

View File

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