forked from verdnatura/salix-front
refs #7355 remove data
This commit is contained in:
parent
8568d36ee5
commit
c4fc644a35
|
@ -22,7 +22,6 @@ console.log('formModelRef', formModelRef.value);
|
|||
<FetchData url="VnRoles" auto-load @on-fetch="(data) => (rolesOptions = data)" />
|
||||
<FormModel ref="formModelRef" model="AccountPrivileges" url="VnUsers" auto-load>
|
||||
<template #form="{ data }">
|
||||
{{ data }}
|
||||
<div class="q-gutter-y-sm">
|
||||
<QCheckbox
|
||||
v-model="data.hasGrant"
|
||||
|
|
Loading…
Reference in New Issue