Răsfoiți Sursa

fix:打包报错

zhangjie 8 luni în urmă
părinte
comite
35701ad978
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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() {