รายชื่อลูกจ้างชั่วคราว

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-27 18:08:50 +07:00
parent ee8138a576
commit b9f8be8dc0
5 changed files with 22 additions and 26 deletions

View file

@ -182,10 +182,10 @@ function onClickSendOrder() {
};
http
.post(config.API.orgProfileReport, data)
.then(() => {
success($q, "บันทึกสำเร็จ");
.then(async() => {
await props?.fetchData?.();
await success($q, "บันทึกสำเร็จ");
closeDialog();
props?.fetchData?.();
})
.catch((err) => {
messageError($q, err);