ประเมินเชี่ยวชาญ
This commit is contained in:
parent
27fb61604f
commit
c45d3f8e6e
4 changed files with 135 additions and 22 deletions
|
|
@ -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`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue