From e6c1fac87754c1369dcc333458beed3d3716a881 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 5 Jun 2025 11:14:24 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/components/DialogCreateCommandORG.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/18_command/components/DialogCreateCommandORG.vue b/src/modules/18_command/components/DialogCreateCommandORG.vue index d9388f424..c9f467d21 100644 --- a/src/modules/18_command/components/DialogCreateCommandORG.vue +++ b/src/modules/18_command/components/DialogCreateCommandORG.vue @@ -240,10 +240,6 @@ function getPerson() { const body = { rootId: rootId.value ? rootId.value : "", type: props.systemName == "SALARY_EMP" ? "" : group.value, - isRetired: - props.commandTypeCodeArray?.some( - (e) => e === "C-PM-36" || e === "C-PM-37" - ) || undefined, }; const pathAPI =