Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
dfca89e6fc
1 changed files with 2 additions and 2 deletions
|
|
@ -91,8 +91,8 @@ async function changeRound() {
|
||||||
.post(config.API.leaveRound(), {
|
.post(config.API.leaveRound(), {
|
||||||
profileId: props.personId,
|
profileId: props.personId,
|
||||||
roundId: formData.round,
|
roundId: formData.round,
|
||||||
effectDate: formData.effectiveDate,
|
effectiveDate: formData.effectiveDate,
|
||||||
remark: formData.round,
|
remark: formData.reson,
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
success($q, "บันทึกข้อมูลเปลี่ยนรอบเวลา");
|
success($q, "บันทึกข้อมูลเปลี่ยนรอบเวลา");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue