소스 검색

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();