แก้ออกคำสั่งอื่นส่ง id
This commit is contained in:
parent
478442a4ae
commit
f72b618f91
2 changed files with 8 additions and 1 deletions
7
.env
Normal file
7
.env
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
VITE_COMPETITIVE_EXAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/KO0GpSu4z?orgId=1"
|
||||
VITE_QUALIFY_DISABLE_EMAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/dQQzpIX4z?orgId=1"
|
||||
VITE_QUALIFY_EXAM_PANEL: "https://bma-dashboard.frappet.synology.me/goto/cj1ZtIX4z?orgId=1"
|
||||
VITE_S3CLUSTER_PUBLIC_URL: "https://s3cluster.frappet.com/bma-ehr-fpt/organization/strueture/"
|
||||
VITE_REALM_KEYCLOAK: "bma-ehr"
|
||||
VITE_CLIENTID_KEYCLOAK: "bma-ehr-vue3"
|
||||
VITE_URL_KEYCLOAK: "https://id.frappet.synology.me/"
|
||||
|
|
@ -146,7 +146,7 @@ const addOther = async () => {
|
|||
let pId: string[] = [];
|
||||
let Type = props.type as string;
|
||||
selected.value.forEach((e: any) => {
|
||||
pId.push(e.profileId);
|
||||
pId.push(e.id);
|
||||
});
|
||||
let data = {
|
||||
id: pId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue