Fix observations CR in FE

This commit is contained in:
Henry Jordan
2021-09-06 20:07:48 +00:00
parent 11183e2231
commit aab8827b6e
12 changed files with 148 additions and 27 deletions

View File

@@ -530,9 +530,15 @@ export default {
if (index !== -1) advSearch.child.splice(index, 1);
}
},
/**
* Update filters handler
*/
onUpdateFilters(filters) {
this.filters = filters;
},
/**
* Service to get Highlight
*/
getHighlight() {
let that = this;
if (that.menu.length > 0) {