fix(probation):isCanDeleteFile
This commit is contained in:
parent
a4464cf801
commit
3e9ff028b3
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