fix: 修改bug,首页门店没过滤删除的
This commit is contained in:
@@ -9,6 +9,8 @@ export interface RoleVO {
|
||||
type: number
|
||||
dataScope: number
|
||||
dataScopeDeptIds: number[]
|
||||
storeDataScope?: number // 门店数据范围(1:全部门店 2:本门店及以下 3:仅本人 4:指定门店)
|
||||
storeDataScopeStoreIds?: number[] // 指定门店ID列表(storeDataScope=4 时使用)
|
||||
createTime: Date
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user