Эх сурвалжийг харах

复核页面打回后,复核按钮置灰了的bug修复

刘洋 1 жил өмнө
parent
commit
85e16db3e7

+ 21 - 21
src/devLoginParams.ts

@@ -53,37 +53,37 @@
 //   // markerId: "482",
 //   // markerId: "483",
 // };
-export const LOGIN_CONFIG = {
-  isAdmin: false,
-  forceChange: true,
-  loginName: "spj111-01",
-  // loginName: "spj432-01",
-  // loginName: "liuyang",
-  password: "123456",
-  examId: "295",
-  markerId: "3397",
-  // markerId: "2692",
-  // markerId: "482",
-  // markerId: "483",
-};
-/** 224 管理员 */
 // export const LOGIN_CONFIG = {
-//   isAdmin: true,
+//   isAdmin: false,
 //   forceChange: true,
-//   loginName: "admin-test",
+//   loginName: "spj111-01",
+//   // loginName: "spj432-01",
+//   // loginName: "liuyang",
 //   password: "123456",
-//   examId: "1",
-//   markerId: null,
+//   examId: "295",
+//   markerId: "3397",
+//   // markerId: "2692",
+//   // markerId: "482",
+//   // markerId: "483",
 // };
+/** 224 管理员 */
 // export const LOGIN_CONFIG = {
 //   isAdmin: true,
 //   forceChange: true,
-//   // loginName: "fh161301",
-//   loginName: "admin-1",
+//   loginName: "admin-test",
 //   password: "123456",
-//   examId: "295",
+//   examId: "1",
 //   markerId: null,
 // };
+export const LOGIN_CONFIG = {
+  isAdmin: true,
+  forceChange: true,
+  // loginName: "fh161301",
+  loginName: "24-FH-111-1",
+  password: "654321",
+  examId: "341",
+  markerId: null,
+};
 
 /** 255 评卷员 */
 // export const LOGIN_CONFIG = {

+ 1 - 1
src/features/student/studentInspect/StudentInspect.vue

@@ -244,7 +244,7 @@ const rejectQuestions = async ({
       store.currentTask = undefined;
       if (!isSingleStudent) {
         await fetchTask();
-        hasScrollToBottom = false;
+        hasScrollToBottom = !store.setting?.inspectScroll;
       }
     } else {
       EventBus.emit("should-reload-history");