@peninsula-med/beisen-ehr-plugin 3.1.2 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -3549,7 +3549,7 @@ class BeisenClient {
3549
3549
  }
3550
3550
  return this.request("/AttendanceOpen/api/v1/AttendanceOvertime/PostOverTimeWithApproval", {
3551
3551
  method: "POST",
3552
- body: { attendanceOverTime: overtimeData }, // ← 修复:驼峰命名
3552
+ body: { attendanceOverTime: overtimeData },
3553
3553
  });
3554
3554
  }
3555
3555
  }