diff --git a/tuniao-ui/components/tn-calendar/tn-calendar.vue b/tuniao-ui/components/tn-calendar/tn-calendar.vue index 289b67b..fb6bee3 100644 --- a/tuniao-ui/components/tn-calendar/tn-calendar.vue +++ b/tuniao-ui/components/tn-calendar/tn-calendar.vue @@ -534,7 +534,9 @@ }, // 关闭窗口 close() { - this.$emit('input', false) + this.$emit('input', false); + //传递事件 + this.$emit('close'); } } }