++ DebugOn status (to see what happened)
fix visu activities
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user