PMCORE-3431:TASKS > Level 1 or Level 2 the mark position in the left menu is not updated after selecting Data option for a specific process

This commit is contained in:
fabio
2021-10-27 11:27:57 -04:00
parent 665c916178
commit 48b4bd3d03

View File

@@ -163,7 +163,9 @@ export default {
that.onUpdatePage(data);
});
eventBus.$on('home::sidebar::click-item', (data) => {
that.OnClickSidebarItem(that.getItemMenuByValue("page",data));
let item = that.getItemMenuByValue("page",data);
that.OnClickSidebarItem(item);
this.$router.push(item.item.href);
});
eventBus.$on('home::update-settings', (data) => {
that.updateSettings(data);