fix code style
This commit is contained in:
@@ -1064,7 +1064,7 @@ export default {
|
|||||||
icon: newData.pageIcon,
|
icon: newData.pageIcon,
|
||||||
color: newData.color
|
color: newData.color
|
||||||
}
|
}
|
||||||
this.data.settings = newData.settings;
|
this.data.settings = newData.settings;
|
||||||
this.filters = {};
|
this.filters = {};
|
||||||
}
|
}
|
||||||
if (this.typeView === "GRID" && this.$refs["vueTable"]) {
|
if (this.typeView === "GRID" && this.$refs["vueTable"]) {
|
||||||
|
|||||||
@@ -387,7 +387,6 @@ export default {
|
|||||||
* @param {object} item
|
* @param {object} item
|
||||||
*/
|
*/
|
||||||
pageFactory(item){
|
pageFactory(item){
|
||||||
debugger;
|
|
||||||
this.filters = [];
|
this.filters = [];
|
||||||
this.page = item.item.page;
|
this.page = item.item.page;
|
||||||
this.filters = item.item.filters;
|
this.filters = item.item.filters;
|
||||||
|
|||||||
Reference in New Issue
Block a user