src/components/dialogExaminations/index.vue
@@ -367,18 +367,19 @@ ], }; }, watch: { cardList: { handler(newVal) { this.cardData = this.cardList; if (newVal && newVal.length) { this.loading = false; } }, immediate: true, deep: true, watch: { cardList: { handler(newVal) { if (newVal && newVal.length) { this.cardData = newVal; this.loading = false; } }, immediate: true, deep: true, }, }, mounted() { this.getCollectIdList(); this.getErrorList();