This commit is contained in:
2020-07-24 16:18:54 +00:00
parent 3ce7c1e119
commit 46647d74b9
3 changed files with 17 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ export default {
appError: null,
serverError: {}
},
rights: window.$gz.role.defaultRightsObject()
rights: window.$gz.role.defaultRightsObject()
};
},
watch: {
@@ -430,6 +430,13 @@ function generateMenu(vm) {
});
}
menuOptions.menuItems.push({
title: "NotifyQueue",
icon: null,
data: "ops-notify-queue",
key: "app:nav"
});
window.$gz.eventBus.$emit("menu-change", menuOptions);
}