no message
This commit is contained in:
parent
8c989e84b2
commit
aa65b8165d
5 changed files with 58 additions and 24 deletions
|
|
@ -112,7 +112,9 @@ export default {
|
|||
* รายการคำร้องขอแก้ไขข้อมูลทะเบียนประวัติ
|
||||
*/
|
||||
requestEdit: `${profileOrg}/edit/`,
|
||||
requestEditByType:(type:string)=> `${org}/profile${type}/edit/`,
|
||||
requestsEdit: `${profileOrg}/edit`,
|
||||
requestsEditByType:(type:string)=> `${org}/profile${type}/edit`,
|
||||
developmentUser: `${profileOrg}/development/user`,
|
||||
developmentUserByType: (type: string) => `${org}/profile${type}/development/user`,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue