提交 1e157f56 authored 作者: matian's avatar matian

fix:选题组卷试题覆盖

上级 33fcc3e0
...@@ -115,7 +115,7 @@ export default { ...@@ -115,7 +115,7 @@ export default {
}, },
// 更新详情数据 // 更新详情数据
handleUpdate(list) { handleUpdate(list) {
this.questions = list this.questions = [...this.questions, ...list]
// this.$emit('update') // this.$emit('update')
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论