zhongshujie
2024-07-03 fc44c25a5c190a5bb9caefb92f8f6899fb8bb8e8
src/components/examinations/index.vue
@@ -686,7 +686,7 @@
      ).errorList;
      for (let index = 0; index < errorId.length; index++) {
        const item = errorId[index];
        if (oldErrodId.indexOf(item == -1)) {
        if (oldErrodId.indexOf(item) == -1) {
          oldErrodId.push(item);
        }
      }
@@ -857,6 +857,7 @@
              ).errorList;
            }
          } catch (error) {}
          console.log('错题列表',this.allError)
        })
        .catch(() => {});
    },