new version Visualizzazione Service
This commit is contained in:
@@ -88,7 +88,7 @@ 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 => {
|
||||
@@ -102,7 +102,7 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
watch(() => props.mypath, (to: string, from: string) => {
|
||||
console.log('... load', mypathin.value, props.mypath)
|
||||
// console.log('... load', mypathin.value, props.mypath)
|
||||
selElem.value = {}
|
||||
load()
|
||||
})
|
||||
@@ -116,7 +116,7 @@ export default defineComponent({
|
||||
})
|
||||
|
||||
function selElemClick(myelem: IMyElem) {
|
||||
console.log('mypageelem selElemClick', myelem)
|
||||
// console.log('mypageelem selElemClick', myelem)
|
||||
selElem.value = {}
|
||||
selElem.value = myelem
|
||||
visuEditor.value = !!myelem
|
||||
|
||||
Reference in New Issue
Block a user