forked from verdnatura/salix-front
refs #7355 remove privileges
This commit is contained in:
parent
c4fc644a35
commit
39656ee3f5
|
@ -16,7 +16,6 @@ watch(
|
|||
() => route.params.id,
|
||||
() => formModelRef.value.reset()
|
||||
);
|
||||
console.log('formModelRef', formModelRef.value);
|
||||
</script>
|
||||
<template>
|
||||
<FetchData url="VnRoles" auto-load @on-fetch="(data) => (rolesOptions = data)" />
|
||||
|
|
Loading…
Reference in New Issue