Compare commits
No commits in common. "0ccf5fd2d790e1d74d8636ff32cc397499879899" and "ae016af9ccc656a2df7e2b544b3fb5879c351283" have entirely different histories.
0ccf5fd2d7
...
ae016af9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ const isCanDeleteFile = computed(() => {
|
|||
isDeleteFile.value &&
|
||||
checkPermission(route)?.attrIsDelete &&
|
||||
dataPermissions.value &&
|
||||
!checkRoutePermisson.value
|
||||
checkRoutePermisson.value
|
||||
);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue