This commit is contained in:
archer
2025-05-30 18:11:16 +08:00
parent ded0383ac4
commit e59816aba4
8 changed files with 35 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ export class AppPermission extends Permission {
} else if (!props?.per) {
props.per = AppDefaultPermissionVal;
}
props.permissionList = AppPermissionList;
super(props);
this.setUpdatePermissionCallback(() => {
this.hasReadPer = this.checkPer(AppPermissionList.read.value);