diff --git a/.env b/.env new file mode 100644 index 000000000..3d07b58f0 --- /dev/null +++ b/.env @@ -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/" \ No newline at end of file diff --git a/src/modules/05_placement/components/Other/Dialogbody.vue b/src/modules/05_placement/components/Other/Dialogbody.vue index 4cbfbb54c..99e971f84 100644 --- a/src/modules/05_placement/components/Other/Dialogbody.vue +++ b/src/modules/05_placement/components/Other/Dialogbody.vue @@ -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,