src/components/examinations/index.vue
@@ -592,7 +592,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 }