fix: 修改bug,首页门店没过滤删除的

This commit is contained in:
2026-03-26 08:56:03 +08:00
parent 78410c1aae
commit 5e3ab5b901
14 changed files with 397 additions and 43 deletions

View File

@@ -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
}