Merge branch 'master' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into refund-booking

This commit is contained in:
edmondlang
2024-05-11 00:20:37 +08:00
@@ -50,7 +50,8 @@
this.$emit('submit') this.$emit('submit')
}, },
successHandler(response){ successHandler(response){
this.content = ''; this.parameters.content = '';
this.closeModal();
} }
}, },
mixins: [modalFormHandler] mixins: [modalFormHandler]