0
0
Fork 0

refs #7355 remove privileges

This commit is contained in:
Carlos Satorres 2024-08-27 10:11:38 +02:00
parent c4fc644a35
commit 39656ee3f5
1 changed files with 0 additions and 1 deletions

View File

@ -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)" />