fix: Workspace share knowledge problem

v3.2
zhangzhanwei 2025-07-15 16:30:39 +08:00 committed by zhanweizhang7
parent fbbe1b4fc3
commit 371ee61c24
1 changed files with 3 additions and 0 deletions

View File

@ -384,6 +384,9 @@ function rowClickHandle(row: any, column?: any) {
if (column && column.type === 'selection') {
return
}
if (route.path.includes('share/')) {
return
}
if (row.paragraph_count) {
currentClickId.value = row.id
currentContent.value = row.content