@@ -61,7 +61,7 @@ export const LOGIN_CONFIG = {
// loginName: "liuyang",
password: "123456",
examId: "295",
- markerId: "3333",
+ markerId: "3397",
// markerId: "2692",
// markerId: "482",
// markerId: "483",
@@ -347,6 +347,9 @@ async function updateHistoryTask({
console.log(err);
void message.error("切换至回评任务失败");
});
+ if (!data.length) {
+ store.globalMask = false;
+ }
}
if (!res?.data || !res?.data.length || remarkCount.value === 0) {
store.globalMask = false;