PMCORE-2879: Cancel Case button does not work when it comes from a email link with new UI

remove debugger
This commit is contained in:
Rodrigo Quelca
2021-04-07 20:53:50 +00:00
parent 5af70bbf9b
commit 6c35cc2fdf
5 changed files with 50 additions and 56 deletions

View File

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