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