PMCORE-2657

This commit is contained in:
Henry Jordan
2020-12-28 19:02:06 +00:00
parent 8e080147b7
commit f2200ead3c
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>