This commit is contained in:
parent
4eb2f1f725
commit
01850c6670
|
@ -152,7 +152,10 @@ function handleEvent(type, event, node) {
|
||||||
class="qtr row justify-between full-width q-pr-md cursor-pointer"
|
class="qtr row justify-between full-width q-pr-md cursor-pointer"
|
||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<span @click="handleEvent('row', $event, node)">
|
<span
|
||||||
|
@click="handleEvent('row', $event, node)"
|
||||||
|
class="cursor-pointer"
|
||||||
|
>
|
||||||
{{ node.name }}
|
{{ node.name }}
|
||||||
<DepartmentDescriptorProxy :id="node.id" />
|
<DepartmentDescriptorProxy :id="node.id" />
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue