闫增涛
2024-07-03 ddfc3f553120cd2dc08a2f2172f12c752adc65a0
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(() => {});
    },