diff --git a/apps/web-antdv-next/src/views/ai/chat/index/modules/message/knowledge.vue b/apps/web-antdv-next/src/views/ai/chat/index/modules/message/knowledge.vue index 6f09c3cb2..6b74e24a1 100644 --- a/apps/web-antdv-next/src/views/ai/chat/index/modules/message/knowledge.vue +++ b/apps/web-antdv-next/src/views/ai/chat/index/modules/message/knowledge.vue @@ -22,8 +22,6 @@ const document = ref(null); // 知识库文档列表 -const dialogVisible = ref(false); // 知识引用详情弹窗 -const documentRef = ref(); // 知识引用详情弹窗 Ref /** 按照 document 聚合 segments */ const documentList = computed(() => { @@ -49,7 +47,6 @@ const documentList = computed(() => { /** 点击 document 处理 */ function handleClick(doc: any) { document.value = doc; - dialogVisible.value = true; } @@ -79,7 +76,7 @@ function handleClick(doc: any) { -
+