ทะเบียนประวัติ: ข้อมูลอื่นๆ, เพิ่ม loader เอกสารหลักฐาน

This commit is contained in:
puriphatt 2024-03-20 17:29:50 +07:00
parent 7461d508e1
commit 98b8010280
4 changed files with 166 additions and 132 deletions

View file

@ -63,4 +63,12 @@ profileNewCertificateByCertificateId: (certificateId: string) =>
`${registryNew}certificate/${certificateId}`,
profileNewCertificateHisByCertificateId: (certificateId: string) =>
`${registryNew}certificate/history/${certificateId}`,
// ข้อมูลอื่นๆ
profileNewOther: `${registryNew}other`,
profileNewOtherByProfileId: (profileId: string) =>
`${registryNew}other/${profileId}`,
profileNewOtherById: (dataId: string) => `${registryNew}other/${dataId}`,
profileNewOtherHisById: (dataId: string) =>
`${registryNew}other/history/${dataId}`,
};