โอนคนสรรหาไปบรรจุ

This commit is contained in:
Kittapath 2023-07-26 18:49:20 +07:00
parent d08b3625f3
commit 78163d36c0
11 changed files with 249 additions and 83 deletions

View file

@ -468,6 +468,7 @@ const saveData = async () => {
messageError($q, e);
})
.finally(async () => {
modal.value = false;
await fetchData();
});
};
@ -493,6 +494,7 @@ const editData = async () => {
messageError($q, e);
})
.finally(async () => {
modal.value = false;
await fetchData();
});
};