瀏覽代碼

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

处理团队变更时,除了安全检查员外,还需要获取班组长的用户列表
huoyi 1 月之前
父節點
當前提交
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 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列表