zhongshujie
6 天以前 bb584963c6abe77c5577cbcad3c9956b69444ae9
src/components/dialogExaminations/index.vue
@@ -370,8 +370,8 @@
  watch: {
    cardList: {
      handler(newVal) {
        this.cardData = this.cardList;
        if (newVal && newVal.length) {
        this.cardData = newVal;
          this.loading = false;
        }
      },
@@ -379,6 +379,7 @@
      deep: true,
    },
  },
  mounted() {
    this.getCollectIdList();
    this.getErrorList();