From daa78078a2d674b4bd9b032b51debbc319fe2007 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 1 Nov 2024 14:37:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=9B?= =?UTF-8?q?=E0=B8=B4=E0=B8=94=20=E0=B9=80=E0=B8=A1=E0=B8=99=E0=B8=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/18_command/views/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/18_command/views/detail.vue b/src/modules/18_command/views/detail.vue index e1f421f75..518a6a8cf 100644 --- a/src/modules/18_command/views/detail.vue +++ b/src/modules/18_command/views/detail.vue @@ -79,7 +79,7 @@ async function fetchDataCommandList() { .then(async (res) => { const data = await res.data.result; formCommandList = data; - statusCheck.value = data.commandSysId == 'PROBATION'? true:false; + statusCheck.value = data.commandCode == 'C-PM-10'? true:false; store.dataCommand = data; isChangeData.value = false; //จำลอง }) @@ -132,7 +132,7 @@ onMounted(async () => { >