Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop

This commit is contained in:
AnandaTon 2023-11-27 16:31:55 +07:00
commit dfca89e6fc

View file

@ -91,8 +91,8 @@ async function changeRound() {
.post(config.API.leaveRound(), {
profileId: props.personId,
roundId: formData.round,
effectDate: formData.effectiveDate,
remark: formData.round,
effectiveDate: formData.effectiveDate,
remark: formData.reson,
})
.then(() => {
success($q, "บันทึกข้อมูลเปลี่ยนรอบเวลา");