fixing bug

This commit is contained in:
Warunee Tamkoo 2024-11-12 15:47:30 +07:00
parent 39fa08b0f4
commit 713bd17207

View file

@ -591,7 +591,7 @@ function onChangeIsDeputy() {
</div>
<div
v-if="
(actionType === 'ADD' && props.dataNode?.orgLevel === 0) ||
(actionType === 'ADD' && level === 0) ||
(actionType === 'EDIT' && props.dataNode?.orgLevel === 0)
"
class="col-12"