Browse Source

fix: 修复考勤组ID传递错误,将attendanceGroup.id修改为attendanceGroup.attendanceGroupId,以确保打卡请求中正确传递考勤组信息。

master
lizhuang 4 days ago
parent
commit
ea4474fa8a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/views/m/checkin/index.vue

+ 1
- 1
src/views/m/checkin/index.vue View File

@@ -416,7 +416,7 @@ export default {
type,
userInfo: this.userinfo,
userLocation: this.userLocation,
attendanceGroupId: this.attendanceGroup.id,
attendanceGroupId: this.attendanceGroup.attendanceGroupId,
attendanceGroupName: this.attendanceGroup.attendanceGroupName,
remark: this.remarkForm.remark
})

Loading…
Cancel
Save