PMCORE-3326

This commit is contained in:
Henry Jordan
2021-09-17 23:17:38 +00:00
parent 9a83feb5da
commit 1d1c10065b

View File

@@ -325,8 +325,6 @@ export default {
};
}
}
console.log("JON");
return newData;
},
/**
@@ -390,8 +388,6 @@ export default {
*/
pageFactory(item){
this.filters = [];
// Updating the last page
this.lastPage = this.page;
this.page = item.item.page;
this.filters = item.item.filters;
this.pageId = item.item.id;
@@ -421,6 +417,7 @@ export default {
&& this.$refs["component"].updateView) {
this.$refs["component"].updateView(this.pageData);
}
this.lastPage = this.page;
},
/**
* Click sidebar menu item handler