闫增涛
2024-05-28 19116d282271a4446261afb1ba88441b5a2e005e
答题保存优化
1个文件已修改
2 ■■■ 已修改文件
src/components/examinations/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
        }