diff --git a/src/api/18_command/api.command.ts b/src/api/18_command/api.command.ts index d986ff9b2..5e960210a 100644 --- a/src/api/18_command/api.command.ts +++ b/src/api/18_command/api.command.ts @@ -27,4 +27,5 @@ export default { commandDirector: `${env.API_URI}/org/profile/commander-director`, commandEditSalary: `${command}/tab2/edit-salary`, + commandOperator: `${env.API_URI}/org/commandoperator`, }; diff --git a/src/api/index.ts b/src/api/index.ts index 7e3e8e494..986a55a8f 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -37,7 +37,7 @@ const config = ref({ API_REPORT2_URI: "https://hrmsbkk.case-collection.com/api/v2", LINK_EVALUATE_PUBLISH: "https://bma-ehr-publish.frappet.synology.me", API_REPORT_TEMPLATE_URI: - "https://report-server.frappet.synology.me/api/v1/report-template", + "https://hrmsbkk.case-collection.com/api/v1/report-template", API_SUPPORT_URI: "https://hrmsbkk.case-collection.com/api/v1/support", DASHBOARD_URL: dashboardPanelUrl, }, diff --git a/src/modules/18_command/components/Step/1_Detail.vue b/src/modules/18_command/components/Step/1_Detail.vue index 34d7cd38e..7123edad6 100644 --- a/src/modules/18_command/components/Step/1_Detail.vue +++ b/src/modules/18_command/components/Step/1_Detail.vue @@ -1,6 +1,6 @@