fix: Workspace share knowledge problem

This commit is contained in:
zhangzhanwei 2025-07-15 16:30:39 +08:00 committed by zhanweizhang7
parent fbbe1b4fc3
commit 371ee61c24

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