fix:convertDateToAPI
This commit is contained in:
parent
97aa731d2f
commit
1fc7882918
8 changed files with 42 additions and 13 deletions
|
|
@ -27,6 +27,7 @@ const {
|
|||
success,
|
||||
dialogConfirm,
|
||||
onSearchDataTable,
|
||||
convertDateToAPI
|
||||
} = mixin;
|
||||
|
||||
/** คอลัมน์ */
|
||||
|
|
@ -206,7 +207,7 @@ async function saveAppoint() {
|
|||
if (result) {
|
||||
dialogConfirm($q, async () => {
|
||||
const body = {
|
||||
appointDate: dateBreak.value,
|
||||
appointDate: convertDateToAPI(dateBreak.value),
|
||||
};
|
||||
showLoader();
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue