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