updated
This commit is contained in:
parent
43e36b7b74
commit
6eed463eb5
6 changed files with 313 additions and 190 deletions
|
|
@ -22,7 +22,7 @@ const props = defineProps({
|
|||
default: () => "",
|
||||
}
|
||||
});
|
||||
const { showLoader, hideLoader, messageError, dialogConfirm, date2Thai } =
|
||||
const { showLoader, hideLoader, messageError, dialogConfirm, date2Thai, success } =
|
||||
mixin;
|
||||
import DialogMeet from "@/modules/12_evaluatePersonal/components/Detail/viewTab2/DialogMeet.vue";
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ function returnData(data: any) {
|
|||
meetings: dataList,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
success($q, "บันทึกสำเร็จ")
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue