รายการยื่นคำร้องขอแก้ไขข้อมูล
This commit is contained in:
parent
97efaf4712
commit
857f19e22f
5 changed files with 337 additions and 50 deletions
|
|
@ -76,4 +76,9 @@ export default {
|
|||
profileNewProvince: `${metadata}province`,
|
||||
profileNewDistrictByPId: (id: string) => `${metadata}province/${id}`,
|
||||
profileNewSubDistrictByDId: (id: string) => `${metadata}district/${id}`,
|
||||
|
||||
/**
|
||||
* รายการคำร้องขอแก้ไขข้อมูลทะเบียนประวัติ
|
||||
*/
|
||||
requestEdit: `${profileOrg}/edit/`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue