แก้ไข parameter ตอนบันทึก ฟอร์มเปลี่ยนแปลงรอบการปฏิบัติงานของผู้ใช้งาน
This commit is contained in:
parent
22688d40d0
commit
ae3418518d
1 changed files with 2 additions and 2 deletions
|
|
@ -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, "บันทึกข้อมูลเปลี่ยนรอบเวลา");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue