0.3.7 修复onlyoffice 复制权限
This commit is contained in:
@@ -744,6 +744,12 @@ export default function OnlyOfficePage() {
|
||||
resolvedDisableDownload,
|
||||
resolvedDisableCopy,
|
||||
permissionResolved,
|
||||
computedPermissions: {
|
||||
edit: resolvedMode === "edit",
|
||||
download: !resolvedDisableDownload,
|
||||
print: !resolvedDisableDownload,
|
||||
copy: !resolvedDisableCopy,
|
||||
},
|
||||
assetId,
|
||||
documentId,
|
||||
docKey,
|
||||
|
||||
Reference in New Issue
Block a user