7953-devToTest_2438 #693

Merged
alexm merged 328 commits from 7953-devToTest_2438 into test 2024-09-10 08:31:29 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 39656ee3f5 - Show all commits

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