From f72b618f91d5716bd04385961817528cde340a0f Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 12 Jun 2024 09:25:25 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=AD=E0=B8=AD?= =?UTF-8?q?=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= =?UTF-8?q?=E0=B8=AD=E0=B8=B7=E0=B9=88=E0=B8=99=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=20id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 7 +++++++ src/modules/05_placement/components/Other/Dialogbody.vue | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .env 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,