|
@@ -133,11 +133,11 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <!-- <router-view v-slot="{ Component }">
|
|
|
+ <router-view v-slot="{ Component }">
|
|
|
<transition name="zoom-fade" mode="out-in" appear>
|
|
|
<component :is="Component" />
|
|
|
</transition>
|
|
|
- </router-view> -->
|
|
|
+ </router-view>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script name="Reservation" setup>
|
|
@@ -274,7 +274,6 @@ function reservationHandle(item) {
|
|
|
timePeriodId: item.timePeriodId,
|
|
|
})
|
|
|
.then(() => {
|
|
|
- // showSuccessToast("预约成功");
|
|
|
router.push({ name: "ApplyResult", query: { status: "success" } });
|
|
|
})
|
|
|
.catch(() => {
|
|
@@ -295,6 +294,7 @@ function siteConfirm(obj) {
|
|
|
params.examSiteId = { text: obj.examSiteName, value: obj.examSiteId };
|
|
|
showSites.value = false;
|
|
|
}
|
|
|
+bus.on("continueApply", _getReservationList);
|
|
|
</script>
|
|
|
<style lang="less" scoped>
|
|
|
.reservation {
|