Account Submodule #412

Merged
jsegarra merged 29 commits from :feature/AccountList into dev 2024-06-19 05:45:08 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit ddc149b6fc - Show all commits

View File

@ -247,6 +247,7 @@ defineExpose({
isLoading,
hasChanges,
reset,
fetch,
});
</script>
<template>

View File

@ -36,6 +36,7 @@ watch(
:url="`VnUsers/${route.params.id}`"
:url-create="`VnUsers/${route.params.id}/privileges`"
auto-load
@on-data-saved="formModelRef.fetch()"
>
<template #form="{ data }">
<VnRow class="row q-gutter-md q-mb-md">
Outdated
Review

Simplificar

Simplificar