diff --git a/src/api/05_command/api.command.ts b/src/api/05_command/api.command.ts index 74be17ad..6d174539 100644 --- a/src/api/05_command/api.command.ts +++ b/src/api/05_command/api.command.ts @@ -1,6 +1,7 @@ import env from "../index"; -const order = `${env.API_URI}/order`; +const order = `${env.API_URI}/org`; export default { - commandType: `${order}/order-type`, + commandType: `${order}/commandType`, + commandSysList: `${order}/commandSys/list`, }; diff --git a/src/modules/05_command/components/FormTemplate.vue b/src/modules/05_command/components/FormTemplate.vue index 2a95bf12..2362dc3c 100644 --- a/src/modules/05_command/components/FormTemplate.vue +++ b/src/modules/05_command/components/FormTemplate.vue @@ -1,71 +1,73 @@