提交 54f36ada authored 作者: matian's avatar matian

updates

上级 8e5911d7
...@@ -114,7 +114,6 @@ export default { ...@@ -114,7 +114,6 @@ export default {
this.$message.warning('请必须选择试卷才能进行下一步操作') this.$message.warning('请必须选择试卷才能进行下一步操作')
return return
} }
console.log(this.q, this.ExamParerList, '0000')
const listArray = [] const listArray = []
for (let i = 0; i < this.q.length; i++) { for (let i = 0; i < this.q.length; i++) {
for (let j = 0; j < this.ExamParerList.length; j++) { for (let j = 0; j < this.ExamParerList.length; j++) {
...@@ -124,7 +123,6 @@ export default { ...@@ -124,7 +123,6 @@ export default {
} }
} }
this.checkedArr = listArray this.checkedArr = listArray
console.log(this.checkedArr)
const qs = this.q.toString() const qs = this.q.toString()
this.$emit('getCheckPaper', qs) this.$emit('getCheckPaper', qs)
this.$emit('getCheckPaperList', this.checkedArr) this.$emit('getCheckPaperList', this.checkedArr)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论