0
0
Fork 0

fix: refs #7129 clone post

This commit is contained in:
Pablo Natek 2024-09-25 11:51:51 +02:00
parent 27b699ebf4
commit ca568c31ca
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ function navigate(id) {
const cloneRoutes = () => { const cloneRoutes = () => {
if (!selectedRows.value.length || !startingDate.value) return; if (!selectedRows.value.length || !startingDate.value) return;
axios.post('route.Routes/clone', { axios.post('Routes/clone', {
created: startingDate.value, created: startingDate.value,
ids: selectedRows.value.map((row) => row?.id), ids: selectedRows.value.map((row) => row?.id),
}); });