fixing stop click setting tree
This commit is contained in:
parent
3ad54cf99f
commit
cdac1ecf05
1 changed files with 2 additions and 0 deletions
|
|
@ -447,6 +447,7 @@ watch(
|
|||
|
||||
<q-btn
|
||||
v-if="store.typeOrganizational === 'draft'"
|
||||
@click.stop
|
||||
flat
|
||||
dense
|
||||
color="grey-13"
|
||||
|
|
@ -549,6 +550,7 @@ watch(
|
|||
|
||||
<q-btn
|
||||
v-else-if="checkPermission($route)?.attrIsGet"
|
||||
@click.stop
|
||||
flat
|
||||
dense
|
||||
color="grey-13"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue