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

代码提交

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