From 68e15039793ee1eafba8bd93049499e5b978e872 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Tue, 18 Jul 2023 17:36:06 +0800 Subject: [PATCH] 2023-7-18 --- src/views/contract/components/paymentRegistration.vue | 2 ++ 1 file changed, 2 insertions(+) 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') }); },