crm-团队成员:新增获得权限级别名称函数 getLevelName

(cherry picked from commit 8e0cf5c1e5)
This commit is contained in:
puhui999
2023-11-14 12:06:42 +08:00
committed by shizhong
parent 8e08665344
commit 76c05964fa
2 changed files with 36 additions and 3 deletions

View File

@ -9,6 +9,7 @@ export interface PermissionVO {
deptName?: string // 部门名称
nickname?: string // 用户昵称
postNames?: string // 岗位名称数组
createTime?: Date
}
// 查询团队成员列表