fix: remove Iso
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
809ad95e46
commit
884138af48
|
@ -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),
|
||||||
...dates,
|
to: dateRange(dateRanges.value.to)[1],
|
||||||
|
from: dateRange(dateRanges.value.from)[1],
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue