CSR-1700 fix recal modal not opening.
This commit is contained in:
parent
05156a27f0
commit
0bc79148f5
1 changed files with 3 additions and 0 deletions
|
|
@ -494,6 +494,9 @@ export default {
|
|||
this.updateAndSaveSupportingItems();
|
||||
this.$router.navigateWithSaving(this.navigationScenarios.CLICKED_FORWARD, this.$route);
|
||||
},
|
||||
openModalAction(modalName) {
|
||||
this.$refs[modalName].openModal();
|
||||
},
|
||||
},
|
||||
watch: {
|
||||
selectedAppointmentType: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue