Merged feature/PMCORE-3049 into feature/PMCORE-3062-A

This commit is contained in:
Henry Jonathan Quispe Quispe
2021-07-22 21:46:43 +00:00
12 changed files with 88 additions and 62 deletions

View File

@@ -475,7 +475,15 @@ export default {
* update view in component
*/
updateView(){
this.$refs["vueTable"].getData();
if (this.typeView === "GRID") {
this.$refs["vueTable"].getData();
}
if (this.typeView === "CARD") {
this.$refs["vueCardView"].getData();
}
if (this.typeView === "LIST") {
this.$refs["vueListView"].getData();
}
},
/**
* set data by default in the ellipsis component