This commit is contained in:
setthawutttty 2024-03-05 15:28:53 +07:00
parent 76baa113f8
commit 24302d01d7
2 changed files with 3 additions and 0 deletions

View file

@ -143,6 +143,7 @@ async function fetchSalaryDetail(id: string) {
formData.startDate = data.startDate;
formData.endDate = data.endDate;
formData.details = data.details;
formData.isSpecial = data.isSpecial;
})
.catch((err) => {
messageError($q, err);