fixed: La modalità Tabella non funziona più ! (non si vede la lista dei movimenti)

This commit is contained in:
Surya Paolo
2022-11-30 21:26:17 +01:00
parent d79ef8fed3
commit f8b9209770
14 changed files with 42 additions and 16 deletions

View File

@@ -70,6 +70,7 @@ export default defineComponent({
const arrfilterand: any = ref([])
const filterextra: any = ref([])
const filterextra2: any = ref([])
const filtercustom: any = ref([])
const filtercustom_rich: any = ref([])
const searchList = ref([] as ISearchList[])
@@ -106,6 +107,10 @@ export default defineComponent({
searchList.value = []
if (circuit.value) {
let addquerysingle = [
];
filterextra.value = [
/*{
'profile.mycircuits':
@@ -299,6 +304,7 @@ export default defineComponent({
animation,
arrfilterand,
filterextra,
filterextra2,
filtercustom,
filtercustom_rich,
searchList,