บรรจุ แต่งตั้ง ย้าย โอน => ปรับ code และ load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-19 16:14:43 +07:00
parent 9f4aeec575
commit 34dc306288
30 changed files with 1154 additions and 1429 deletions

View file

@ -256,10 +256,9 @@ async function onClickSubmit() {
await http
.post(config.API.placementPass(), body)
.then(() => {
success($q, "บันทึกข้อมูลสำเร็จ");
props.fetchStatCard?.();
props.fetchTable?.();
.then(async () => {
await Promise.all([props.fetchTable?.(), props.fetchStatCard?.()]);
await success($q, "บันทึกข้อมูลสำเร็จ");
closePopup();
})
.catch((err) => {