From addf03eaf3454d74f954be45c3371d29a8cacfcd Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:39:28 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=83?= =?UTF-8?q?=E0=B8=AA=E0=B9=88=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9?= =?UTF-8?q?=E0=B8=A5=20=E0=B9=80=E0=B8=AD=E0=B8=81=E0=B8=AA=E0=B8=B2?= =?UTF-8?q?=E0=B8=A3=E0=B8=AD=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B8=AD=E0=B8=B4?= =?UTF-8?q?=E0=B8=87=20(=E0=B8=A5=E0=B8=87=E0=B8=A7=E0=B8=B1=E0=B8=99?= =?UTF-8?q?=E0=B8=97=E0=B8=B5=E0=B9=88)=20=E0=B8=9C=E0=B8=B4=E0=B8=94=20?= =?UTF-8?q?=E0=B8=82=E0=B8=B6=E0=B9=89=E0=B8=99=E0=B9=80=E0=B8=95=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=E0=B8=82=E0=B8=AD=E0=B8=87=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=99=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AA=E0=B8=B4=E0=B9=89?= =?UTF-8?q?=E0=B8=99=E0=B8=AA=E0=B8=B8=E0=B8=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Work.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/04_registry/components/Work.vue b/src/modules/04_registry/components/Work.vue index 2a402696e..a9a28b392 100644 --- a/src/modules/04_registry/components/Work.vue +++ b/src/modules/04_registry/components/Work.vue @@ -446,10 +446,8 @@ watch( if (value.length === 10) { const dateVal = convertDate(value); if (dateVal.isValid) { - dayCheckedEnd.value = false; refCommandDate.value = new Date(dateVal.value); } else { - dayCheckedEnd.value = true; inputRefCommandDate.value = ""; } } else {