|
@@ -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() {
|