From c2188b81cdf45b20d060066bc806d01f0aa5f81d Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 28 Jan 2025 13:37:34 +0700 Subject: [PATCH] fix --- .../components/DialogCreateCommand.vue | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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 = {