|
@@ -84,7 +84,7 @@ export interface IRole {
|
|
|
roleType: RoleType;
|
|
roleType: RoleType;
|
|
|
frontPermission: RolePermission[];
|
|
frontPermission: RolePermission[];
|
|
|
backstagePermission: string[]; // 后台权限
|
|
backstagePermission: string[]; // 后台权限
|
|
|
- dataPermission: { businessLedger: EDataPermissionBusinessLedger[] };
|
|
|
|
|
|
|
+ dataPermission: { businessLedger?: EDataPermissionBusinessLedger[] };
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 参与者模式
|
|
// 参与者模式
|