fix: hotfix date #1045
|
@ -40,13 +40,10 @@ const dateRanges = computed(() => {
|
||||||
});
|
});
|
||||||
|
|
||||||
const reportParams = computed(() => {
|
const reportParams = computed(() => {
|
||||||
const dates = {
|
|
||||||
to: dateRange(dateRanges.value.to)[1].toISOString(),
|
|
||||||
from: dateRange(dateRanges.value.from)[1].toISOString(),
|
|
||||||
};
|
|
||||||
return {
|
return {
|
||||||
recipientId: Number(route.params.id),
|
recipientId: Number(route.params.id),
|
||||||
carlossa marked this conversation as resolved
|
|||||||
...dates,
|
to: dateRange(dateRanges.value.to)[1],
|
||||||
|
from: dateRange(dateRanges.value.from)[1],
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Q raro gastar toISOString no?