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();