Преглед на файлове

fix:实时监控台缓存页面问题

zhangjie преди 2 години
родител
ревизия
553ec35a14
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/features/invigilation/RealtimeMonitoring/RealtimeMonitoring.vue

+ 1 - 1
src/features/invigilation/RealtimeMonitoring/RealtimeMonitoring.vue

@@ -670,7 +670,7 @@ export default {
   beforeRouteEnter(to, from, next) {
     next((vm) => {
       if (["WarningDetail", "VideoCommunication"].includes(from.name)) {
-        vm.pageType = vm.cachePaperType;
+        vm.pageType = vm.cachePaperType || "0";
         if (vm.curExamBatch.isExaming) {
           vm.loopRunning = true;
           vm.timerUpdatePage();