diff --git a/src/api/18_command/api.command.ts b/src/api/18_command/api.command.ts index 58c7b946f..9bf159f39 100644 --- a/src/api/18_command/api.command.ts +++ b/src/api/18_command/api.command.ts @@ -19,6 +19,10 @@ export default { 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}` + commandRegister: (id: string) => `${command}/register-tab0/${id}`, + commandRegisterByType: (id: string, type: string) => + `${command}/register-tab4/${type}/${id}`, + + //Digital Signature + commandDirector: `${env.API_URI}/org/profile/commander-director`, }; diff --git a/src/modules/18_command/components/Step/View0_Digital.vue b/src/modules/18_command/components/Step/View0_Digital.vue index ed6bb6b6c..86ca888d6 100644 --- a/src/modules/18_command/components/Step/View0_Digital.vue +++ b/src/modules/18_command/components/Step/View0_Digital.vue @@ -1,23 +1,28 @@