src/components/examinations/index.vue
@@ -426,7 +426,6 @@ props: { cardList: { type: Array, default: [], }, primaryColor: { type: String, @@ -592,7 +591,7 @@ } if(oldData[pageNum]) { oldData[pageNum] = oldData[pageNum].filter(citem => asnwerList.findIndex(ditem => ditem.id == citem.id) == -1 ) oldData[pageNum].push(asnwerList) oldData[pageNum].push(...asnwerList) } else { oldData[pageNum] = asnwerList }