Przeglądaj źródła

fix:打包报错

zhangjie 8 miesięcy temu
rodzic
commit
35701ad978
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {