From c6ff35663837ba5193f2e496190ab68cb5292a03 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 23 Jan 2025 14:58:00 +0700 Subject: [PATCH] no message --- .../components/05_salaryListsEmployee/DialogProperties.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue b/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue index ddac0824c..f4bb40279 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/DialogProperties.vue @@ -83,8 +83,6 @@ 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;