0
0
Fork 0

refactor: refs #8232 use composable

This commit is contained in:
Jorge Penadés 2024-11-26 10:19:54 +01:00
parent 84adc40c18
commit a33f801543
1 changed files with 1 additions and 4 deletions

View File

@ -25,10 +25,7 @@ const stateOpts = ref([]);
const zoneOpts = ref([]);
const visibleColumns = ref([]);
const { viewSummary } = useSummaryDialog();
const from = Date.vnNew();
from.setHours(0, 0, 0, 0);
const to = Date.vnNew();
to.setHours(23, 59, 59, 999);
const [from, to] = dateRange(Date.vnNew());
function exprBuilder(param, value) {
switch (param) {