This commit is contained in:
Henry Jordan
2021-09-22 16:37:52 +00:00
parent b5f6097627
commit c8cb129287
4 changed files with 28 additions and 17 deletions

View File

@@ -421,11 +421,13 @@ export default {
},
value: this.currentSelection["PRO_ID"],
};
eventBus.$emit("inbox::update-filters", {
params: [obj],
refresh: false,
eventBus.$emit("home::update-settings", {
data: [obj],
key: "filters",
page: taskList,
type: "normal",
});
eventBus.$emit("home-update-page", taskList);
eventBus.$emit("home::sidebar::click-item", taskList);
},
},
};