0
0
Fork 0

adapt account privileges to new formModel changes

This commit is contained in:
William Buezas 2024-06-04 09:25:03 -03:00
parent c574af9e9b
commit ddc149b6fc
2 changed files with 2 additions and 0 deletions

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">