Pārlūkot izejas kodu

fix:打包报错

zhangjie 8 mēneši atpakaļ
vecāks
revīzija
35701ad978
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/render/views/Audit/Intime/index.vue

+ 1 - 1
src/render/views/Audit/Intime/index.vue

@@ -217,7 +217,7 @@ function setCurStudent(index: number) {
   curStudentIndex.value = index;
   curStudent.value = dataList.value[curStudentIndex.value];
   setTimeout(() => {
-    auditBodyImgs.value?.scrollTop = 0;
+    auditBodyImgs.value.scrollTop = 0;
   });
 }
 function getNextStudent() {