jwyu 2 years ago
parent
commit
d94539bcc9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/ssbg/components/swiperCalendar.vue

+ 1 - 0
src/views/ssbg/components/swiperCalendar.vue

@@ -238,6 +238,7 @@ const { weekDateList, selectDate, moveIndex, touch } = toRefs(state);
       type="date"
       type="date"
       title="选择年月日"
       title="选择年月日"
       @confirm="onSelectCalendarConfirm"
       @confirm="onSelectCalendarConfirm"
+      @cancel="showCalendar=false"
     />
     />
   </Popup>
   </Popup>
 </template>
 </template>