Просмотр исходного кода

fix(attendance): 在团队变更处理中添加班组长角色

处理团队变更时,除了安全检查员外,还需要获取班组长的用户列表
huoyi 1 месяц назад
Родитель
Сommit
c3166d4514
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/attendance/postRecord/index.vue

+ 1 - 1
src/views/attendance/postRecord/index.vue

@@ -334,7 +334,7 @@ const handleTeamChange = async (newTeamId) => {
334
     try {
334
     try {
335
       const response = await selectUserListByCondition({
335
       const response = await selectUserListByCondition({
336
         deptId: newTeamId, roleKeyList: [
336
         deptId: newTeamId, roleKeyList: [
337
-          "SecurityCheck"
337
+          "banzuzhang","SecurityCheck"
338
         ],
338
         ],
339
       })
339
       })
340
       // 获取团队成员的用户ID列表
340
       // 获取团队成员的用户ID列表