fix: Workspace share knowledge problem
This commit is contained in:
parent
fbbe1b4fc3
commit
371ee61c24
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user