提交 7e0f2214 authored 作者: matian's avatar matian

参数修改

上级 5c52e553
...@@ -60,17 +60,7 @@ export default { ...@@ -60,17 +60,7 @@ export default {
handleResCount(val) { handleResCount(val) {
this.count = val this.count = val
}, },
// handleClick(tab, event) {
// if (tab.index === 1) {
// // 待评价
// this.getClassList()
// } else if (tab.index === 2) {
// // 未作答
// this.getClassList()
// } else {
// this.getClassList()
// }
// },
// 导出 // 导出
exportClassList() { exportClassList() {
const params = { const params = {
...@@ -79,7 +69,7 @@ export default { ...@@ -79,7 +69,7 @@ export default {
examination_id: this.$route.query.examination_id, examination_id: this.$route.query.examination_id,
chapter_id: this.$route.query.chapter_id, chapter_id: this.$route.query.chapter_id,
download: 'true', download: 'true',
status: this.status status: this.tabActive
} }
exportClassList(params).then(r => { exportClassList(params).then(r => {
const content = r const content = r
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论