แก้ Popup ดูข้อมูลคำสั่งที่คลิกจากตำแหน่ง/เงินเดือนในทะเบียนประวัติ

This commit is contained in:
setthawutttty 2024-10-24 14:50:16 +07:00
parent 78d033364d
commit d44cc0d477
2 changed files with 24 additions and 61 deletions

View file

@ -18,4 +18,7 @@ export default {
`${command}/${tab}/recive/${commandReciveId}`,
checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`,
commandRegister:(id:string)=>`${command}/register-tab0/${id}`,
commandRegisterByType:(id:string,type:string)=>`${command}/register-tab4/${type}/${id}`
};