Merged in bugfix/PMCORE-2657 (pull request #7687)

PMCORE-2657

Approved-by: Rodrigo Quelca <rockoinfo@yahoo.com>
This commit is contained in:
Henry Jonathan Quispe Quispe
2021-01-07 13:42:37 +00:00
committed by Julio Cesar Laura Avendaño
2 changed files with 12 additions and 10 deletions

View File

@@ -276,6 +276,12 @@ export default {
});
}
},
/**
* update view in component
*/
updateView(){
this.$refs["vueTable"].getData();
}
},
};
</script>