แก้ รายละเอียดข้อมูล
This commit is contained in:
parent
9a1ce90e11
commit
39b14d7026
2 changed files with 20 additions and 12 deletions
|
|
@ -42,7 +42,7 @@ async function fetchDataTenure() {
|
|||
.get(
|
||||
config.API.salaryTenurePosition(
|
||||
props?.id,
|
||||
props.type === "officer" ? "" : "-employee"
|
||||
props.type.toLocaleLowerCase() === "officer" ? "" : "-employee"
|
||||
)
|
||||
)
|
||||
.then((res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue