ver 0.5.51
This commit is contained in:
@@ -44,6 +44,11 @@ export default defineComponent({
|
||||
required: false,
|
||||
default: 0,
|
||||
},
|
||||
circuitname: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: '',
|
||||
},
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
const userStore = useUserStore()
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
class="q-my-sm"
|
||||
clickable
|
||||
>
|
||||
<CMyGroup :mygrp="grp" :visu="modelValue"> </CMyGroup>
|
||||
<CMyGroup :mygrp="grp" :visu="modelValue" :circuitname="circuitname"> </CMyGroup>
|
||||
</span>
|
||||
</q-list>
|
||||
</div>
|
||||
@@ -35,7 +35,7 @@
|
||||
<div v-else>
|
||||
<q-list class="width-container">
|
||||
<span class="q-my-sm" clickable>
|
||||
<CMyGroup :mygrp="mygrp" :visu="visu"> </CMyGroup>
|
||||
<CMyGroup :mygrp="mygrp" :visu="visu" :circuitname="circuitname"> </CMyGroup>
|
||||
</span>
|
||||
</q-list>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user