Procházet zdrojové kódy

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

处理团队变更时,除了安全检查员外,还需要获取班组长的用户列表
huoyi před 1 měsícem
rodič
revize
c3166d4514
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 334
     try {
335 335
       const response = await selectUserListByCondition({
336 336
         deptId: newTeamId, roleKeyList: [
337
-          "SecurityCheck"
337
+          "banzuzhang","SecurityCheck"
338 338
         ],
339 339
       })
340 340
       // 获取团队成员的用户ID列表