fixing bug
This commit is contained in:
parent
39fa08b0f4
commit
713bd17207
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue