From 37339fa16f8d83cf1d6d32526ab856065c790b66 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 23 Jan 2025 14:57:06 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94?= =?UTF-8?q?=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/05_salaryListsEmployee/DialogProperties.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue b/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue index 5fd5e4a41..ddac0824c 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue @@ -83,6 +83,8 @@ function onSubmit() { watch( () => modal.value, () => { + console.log(props.isPunish); + isPunish.value = props.isPunish ? props.isPunish : false; isSuspension.value = props.isSuspension ? props.isSuspension : false; isAbsent.value = props.isAbsent ? props.isAbsent : false; @@ -101,28 +103,24 @@ watch(