fix filtro multiselect

This commit is contained in:
Paolo Arena
2021-12-11 22:12:44 +01:00
parent cab0562de7
commit 48297094ae
13 changed files with 538 additions and 267 deletions

View File

@@ -485,6 +485,7 @@ export interface ISearchList {
label: string
table: string
key: string
arrvalue: any[]
value: any
type: number
}