aggiornamenti vari...
This commit is contained in:
@@ -163,7 +163,7 @@ export default defineComponent({
|
||||
const scrollTop = window.scrollY || document.documentElement.scrollTop;
|
||||
|
||||
// Set a threshold value based on how much scroll is needed to fix the components
|
||||
const threshold = 300;
|
||||
const threshold = 300
|
||||
|
||||
// Update the isFixed ref based on the scroll position
|
||||
isFixed.value = scrollTop > threshold;
|
||||
@@ -970,7 +970,7 @@ export default defineComponent({
|
||||
}
|
||||
}*/
|
||||
|
||||
const valoriopt = computed(() => (item: any, addall: boolean, addnone?: boolean = false) => {
|
||||
const valoriopt = computed(() => (item: any, addall: boolean, addnone: boolean = false) => {
|
||||
// console.log('valoriopt', item.table)
|
||||
return globalStore.getTableJoinByName(item.table, addall, addnone, item.filter)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user