diff --git a/src/views/contract/components/paymentRegistration.vue b/src/views/contract/components/paymentRegistration.vue index a4f4c98..55a5dde 100644 --- a/src/views/contract/components/paymentRegistration.vue +++ b/src/views/contract/components/paymentRegistration.vue @@ -456,6 +456,8 @@ export default { }); }); this.$refs["paymentRegistration"].reset(); + + this.$emit('refresh') }); },