From 4911dd1cd8f1565787d4debb9bdd898fa269da77 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Tue, 13 Feb 2024 16:16:24 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B9=80=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=20=E0=B8=AA=E0=B9=88=E0=B8=87=E0=B8=84=E0=B9=88?= =?UTF-8?q?=E0=B8=B2=E0=B8=A7=E0=B9=88=E0=B8=B2=E0=B8=87=E0=B8=82=E0=B8=AD?= =?UTF-8?q?=E0=B8=87=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=B9=84=E0=B8=A1=E0=B9=88?= =?UTF-8?q?=E0=B8=AD=E0=B8=B1=E0=B8=9E=E0=B9=80=E0=B8=94=E0=B8=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Record.vue | 2 ++ src/modules/04_registry/components/Work.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/modules/04_registry/components/Record.vue b/src/modules/04_registry/components/Record.vue index 46059f05f..5a752c889 100644 --- a/src/modules/04_registry/components/Record.vue +++ b/src/modules/04_registry/components/Record.vue @@ -389,6 +389,8 @@ watch( dayChecked.value = true; inputDateRefCommandDate.value = ""; } + } else { + refCommandDate.value = null; } } ); diff --git a/src/modules/04_registry/components/Work.vue b/src/modules/04_registry/components/Work.vue index c2f932ae4..40a2ef891 100644 --- a/src/modules/04_registry/components/Work.vue +++ b/src/modules/04_registry/components/Work.vue @@ -449,6 +449,8 @@ watch( dayCheckedEnd.value = true; inputRefCommandDate.value = ""; } + } else { + refCommandDate.value = null; } } );