fix: refs #7404 fix create
This commit is contained in:
parent
a192c1e994
commit
7d8f9d4072
src/pages/Route
|
@ -194,11 +194,6 @@ const openTicketsDialog = (id) => {
|
||||||
})
|
})
|
||||||
.onOk(() => refreshKey.value++);
|
.onOk(() => refreshKey.value++);
|
||||||
};
|
};
|
||||||
|
|
||||||
const isMounted = ref(false);
|
|
||||||
onMounted(() => {
|
|
||||||
console.log('Lo impoosible si es posible ');
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
@ -254,7 +249,7 @@ onMounted(() => {
|
||||||
title: t('Create route'),
|
title: t('Create route'),
|
||||||
onDataSaved: () => tableRef.reload(),
|
onDataSaved: () => tableRef.reload(),
|
||||||
}"
|
}"
|
||||||
save-url="WorkerIncomes/crud"
|
save-url="routes"
|
||||||
:disable-option="{ card: true }"
|
:disable-option="{ card: true }"
|
||||||
>
|
>
|
||||||
<template #moreBeforeActions>
|
<template #moreBeforeActions>
|
||||||
|
|
Loading…
Reference in New Issue