处理团队变更时,除了安全检查员外,还需要获取班组长的用户列表
@@ -334,7 +334,7 @@ const handleTeamChange = async (newTeamId) => {
try {
const response = await selectUserListByCondition({
deptId: newTeamId, roleKeyList: [
- "SecurityCheck"
+ "banzuzhang","SecurityCheck"
],
})
// 获取团队成员的用户ID列表