#8232 change default scopeDays #1000

Merged
jorgep merged 3 commits from 8232-changeDefaultScopeDays into master 2024-11-26 09:44:19 +00:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit a33f801543 - Show all commits

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) {