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;