From 14c232d5897fdd95f38cf8fae2a215c9c8bea658 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 22 Nov 2023 14:37:39 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B9=80=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=87=E0=B8=A3?= =?UTF-8?q?=E0=B9=89=E0=B8=AD=E0=B8=87=E0=B9=80=E0=B8=A3=E0=B8=B5=E0=B8=A2?= =?UTF-8?q?=E0=B8=99=20=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B9=82=E0=B8=8A?= =?UTF-8?q?=E0=B8=A7=E0=B9=8C=20list=20=E0=B8=96=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B9=84=E0=B8=A1=E0=B9=88=E0=B8=A1=E0=B8=B5=E0=B8=82=E0=B9=89?= =?UTF-8?q?=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/11_discipline/components/1_Complaint/Form.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/11_discipline/components/1_Complaint/Form.vue b/src/modules/11_discipline/components/1_Complaint/Form.vue index 2578209e3..62e606060 100644 --- a/src/modules/11_discipline/components/1_Complaint/Form.vue +++ b/src/modules/11_discipline/components/1_Complaint/Form.vue @@ -44,6 +44,7 @@ const dateNotificationRef = ref(null); const complaintFromRef = ref(null); const appellantRef = ref(null); +const fileList = ref() /** รับ props มาจากหน้าหลัก */ const props = defineProps({ data: { @@ -407,7 +408,7 @@ watch(props.data, async () => { formData.documentFile = props.data.documentFile; formData.complaintStatus = props.data.complaintStatus; complainstStore.fetchComplainstAdd(props.data.persons); - formData.fileList = props.data.fileList; + fileList.value = props.data.fileList }); /** @@ -964,12 +965,11 @@ onMounted(() => { > - -
+