src/components/RoomBedSelect/src/RoomBedSelect.vue
@@ -3,6 +3,7 @@ import {PropType} from "vue"; import {useCheckTypeStore} from "@/store/modules/checkType"; import {UserVO} from "@/store/modules/user"; import {getCheckTypeName} from "../../../utils/checkTypeFormatter"; const emit = defineEmits(['event-haveseat', 'event-leaveseat', 'event-setcurseat'])