รายชื่อลูกจ้างชั่วคราว
This commit is contained in:
parent
ee8138a576
commit
b9f8be8dc0
5 changed files with 22 additions and 26 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue