7355-fixesAccountMigration #643

Merged
carlossa merged 5 commits from 7355-fixesAccountMigration into dev 2024-08-27 08:46:11 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 39656ee3f5 - Show all commits

View File

@ -16,7 +16,6 @@ watch(
() => route.params.id,
() => formModelRef.value.reset()
);
console.log('formModelRef', formModelRef.value);
</script>
carlossa marked this conversation as resolved Outdated

eliminar console.log

eliminar console.log
<template>
<FetchData url="VnRoles" auto-load @on-fetch="(data) => (rolesOptions = data)" />