PMCORE-2816: Direct link is not opening the case, after the task is being routed to the next task

complete pause unnassigned

fix unnassigned
This commit is contained in:
Rodrigo Quelca
2021-01-28 19:49:35 +00:00
parent 5ea5f16916
commit 12786d5790
3 changed files with 44 additions and 4 deletions

View File

@@ -130,7 +130,10 @@ export default {
}
};
},
mounted() {},
mounted() {
// force to open case
this.openDefaultCase();
},
watch: {},
computed: {
/**