This commit is contained in:
parent
1132b742e9
commit
66189070ac
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ export const setFilter = async (options: {
|
|||
unit: parseInt((directElements[1].parentElement.lastElementChild as HTMLSelectElement).value),
|
||||
direction: parseInt(directElements[1].value)
|
||||
};
|
||||
newValue = {type: filterValue.type};
|
||||
} else {
|
||||
newValue = genCellValue(filterValue.type, {
|
||||
isNotEmpty2: textElements[1].value !== "",
|
||||
|
|
Loading…
Add table
Reference in a new issue