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(