++ DebugOn status (to see what happened)

fix visu activities
This commit is contained in:
Surya Paolo
2022-12-14 22:07:23 +01:00
parent bd0eab53ae
commit fbcd076705
22 changed files with 69 additions and 33 deletions

View File

@@ -279,7 +279,12 @@ export default defineComponent({
const tablesel = ref('')
const loading = ref(false)
const editOn = ref(false)
const editOn = computed({
get: () => globalStore.editOn,
set: val => {
globalStore.editOn = val
},
})
const visupagedialog = ref(false)
const myrecdialog = ref(null)
@@ -1017,6 +1022,7 @@ export default defineComponent({
// @ts-ignore
myinfscroll.value.resume()
}
done()
}
}