提交 fd2f0d54 authored 作者: lihuihui's avatar lihuihui

update

上级 4f6eb7f6
......@@ -37,7 +37,7 @@ export default {
},
methods: {
getTopic() {
api.getReviewDetails({ sheet_id: this.$route.query.id }).then(response => {
api.getReviewDetails({ sheet_id: this.$route.query.id, type: this.$route.query.type }).then(response => {
this.data = JSON.parse(response.data).sheet
const status = { 3: '考卷生成', 0: '已缓存', 1: '已提交', 2: '已批阅' }
this.infoData = this.infoData.reduce((a, b) => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论