提交 5c52e553 authored 作者: matian's avatar matian

代码提交

上级 6ec7fc37
...@@ -31,6 +31,22 @@ export default { ...@@ -31,6 +31,22 @@ export default {
classValue: { classValue: {
type: String, type: String,
default: '' default: ''
},
examination_id: {
type: String,
default: ''
},
course_id: {
type: String,
default: ''
},
chapter_id: {
type: String,
default: ''
},
type: {
type: String,
default: ''
} }
}, },
data() { data() {
...@@ -64,19 +80,10 @@ export default { ...@@ -64,19 +80,10 @@ export default {
} }
} }
}, },
mounted() {
console.log(this.scoreRanking, '9189839')
},
methods: { methods: {
handleClick(tab, event) {
if (tab.index === 1) {
// 待评价
this.getScoreRanking()
} else if (tab.index === 2) {
// 未作答
this.getScoreRanking()
} else {
// 未提交
this.getScoreRanking()
}
},
handleResCount(val) { handleResCount(val) {
this.count = val this.count = val
}, },
......
...@@ -53,6 +53,9 @@ export default { ...@@ -53,6 +53,9 @@ export default {
} }
} }
}, },
mounted() {
console.log(this.paramList, '----')
},
methods: { methods: {
handleResCount(val) { handleResCount(val) {
this.count = val this.count = val
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论