ประเมินเชี่ยวชาญ

This commit is contained in:
setthawutttty 2025-04-01 16:34:24 +07:00
parent 27fb61604f
commit c45d3f8e6e
4 changed files with 135 additions and 22 deletions

View file

@ -61,6 +61,9 @@ export default {
dataUserCertificateByType: (emType: string, type: string) =>
`${org}/profile${emType}/${type}/user`,
dataUserEvaByType: (type: string) =>
`${org}/profile/${type}/user`,
dataUserOther: `${profileOrg}/other/user`,
dataUserOtherByType: (type: string) => `${org}/profile${type}/other/user`,