@@ -12,8 +12,7 @@ export function isPower(data = {}, power, selection = []) {
}
if (
//文件查看浏览权限
- vue.prototype.$hasPermission('fm:doc:viewAll') &&
- ['check', 'browse'].includes(power)
+ vue.prototype.$hasPermission('fm:doc:viewAll')
) {
return true;