ฉ
This commit is contained in:
parent
76baa113f8
commit
24302d01d7
2 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue