diff --git a/src/modules/18_command/components/DialogCreateCommand.vue b/src/modules/18_command/components/DialogCreateCommand.vue index 32724e5df..d69ab568c 100644 --- a/src/modules/18_command/components/DialogCreateCommand.vue +++ b/src/modules/18_command/components/DialogCreateCommand.vue @@ -173,18 +173,18 @@ function createCommand(isRedirect: boolean) { ...(e.remarkVertical ? { remarkVertical: e.remarkVertical } : {}), ...(e.remarkHorizontal ? { remarkHorizontal: e.remarkHorizontal } : {}), - ...(props.commandTypeCode == "C-PM-01" || - props.commandTypeCode == "C-PM-02" - ? { position: e.position ? e.position : null } - : {}), - ...(props.commandTypeCode == "C-PM-01" || - props.commandTypeCode == "C-PM-02" - ? { posType: e.posType ? e.posType : null } - : {}), - ...(props.commandTypeCode == "C-PM-01" || - props.commandTypeCode == "C-PM-02" - ? { posLevel: e.posLevel ? e.posLevel : null } - : {}), + // ...(props.commandTypeCode == "C-PM-01" || + // props.commandTypeCode == "C-PM-02" + // ? { position: e.position ? e.position : null } + // : {}), + // ...(props.commandTypeCode == "C-PM-01" || + // props.commandTypeCode == "C-PM-02" + // ? { posType: e.posType ? e.posType : null } + // : {}), + // ...(props.commandTypeCode == "C-PM-01" || + // props.commandTypeCode == "C-PM-02" + // ? { posLevel: e.posLevel ? e.posLevel : null } + // : {}), })); const body = {