warmfix: ItemLastEntries to date #981

Merged
jsegarra merged 1 commits from warmfix_itemLastEntriesFilter into test 2024-11-21 09:09:50 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ onMounted(async () => {
from.value = getDate(_from, 'from');
const _to = Date.vnNew();
_to.setDate(_to.getDate() + 10);
to.value = getDate(Date.vnNew(), 'to');
to.value = getDate(_to, 'to');
updateFilter();