updated role menu
This commit is contained in:
parent
6f861c0027
commit
429e2bde32
9 changed files with 8 additions and 7 deletions
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</q-scroll-area>
|
||||
</q-drawer>
|
||||
|
||||
|
||||
<q-page-container class="q-ma-sm">
|
||||
<ProfileTable
|
||||
style="height: 77vh"
|
||||
|
|
@ -1185,6 +1185,7 @@ const nodeTree = async () => {
|
|||
messageError($q, e);
|
||||
})
|
||||
.finally(async () => {
|
||||
hideLoader();
|
||||
await doSearch();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
const mainPage = () => import("@/modules/02_organizationalNew/views/main.vue");
|
||||
const mainPage = () => import("@/modules/04_registryNew/views/main.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -8,7 +8,7 @@ export default [
|
|||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
Role: "registry",
|
||||
Role: "organization",
|
||||
},
|
||||
},
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue