- aggiornamento refreshtoken (parte 1)
- PCB: fix listino
This commit is contained in:
@@ -90,11 +90,12 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
function load() {
|
||||
// console.log('load', mypathin.value)
|
||||
console.log('load', mypathin.value)
|
||||
|
||||
if (mypathin.value !== '') {
|
||||
globalStore.loadPage('/' + mypathin.value, 'cmypageelem').then(ris => {
|
||||
rec.value = ris
|
||||
console.log('LoadPage', ris)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
@click="visuEditor = false; selElem = {};"
|
||||
></q-btn>
|
||||
</q-bar>
|
||||
|
||||
<CMyEditElem
|
||||
:myelem="selElem"
|
||||
:editOn="true"
|
||||
@@ -75,6 +76,7 @@
|
||||
|
||||
<div v-for="(myelem, ind) in myelems" :key="ind">
|
||||
<div>
|
||||
|
||||
<CMyElem
|
||||
v-if="(myelem.active || editOn) && !!rec.path"
|
||||
:myelem="myelem"
|
||||
|
||||
Reference in New Issue
Block a user