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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user