From d8319fd518f5e7ac8d8ba09f97a95c99844972fe Mon Sep 17 00:00:00 2001 From: "STW_TTTY\\stwtt" Date: Fri, 27 Sep 2024 18:05:42 +0700 Subject: [PATCH] no message --- src/modules/18_command/components/Step/1_Detail.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/18_command/components/Step/1_Detail.vue b/src/modules/18_command/components/Step/1_Detail.vue index 4e9391148..492a43a56 100644 --- a/src/modules/18_command/components/Step/1_Detail.vue +++ b/src/modules/18_command/components/Step/1_Detail.vue @@ -76,6 +76,7 @@ onMounted(() => { formData.issue = props.formCommandList.issue; formData.commandAffectDate = props.formCommandList.commandAffectDate; formData.commandExcecuteDate = props.formCommandList.commandExcecuteDate; + formData.isBangkok = props.formCommandList.isBangkok; }); /**