提交 7176dfa2 authored 作者: lihuihui's avatar lihuihui

update

上级 9fab0aa7
......@@ -26,7 +26,7 @@
</div>
</div>
<template v-if="dataInfo.paper_info">
<template v-if="dataInfo.paper_info && isShow">
<el-row :gutter="10" class="row-bg">
<el-col :span="8" class="col"><exam-info :dataInfo="dataInfo" /></el-col>
<el-col :span="8" class="col"><submission :dataInfo="dataInfo" /></el-col>
......@@ -83,7 +83,8 @@ export default {
value: '',
dataInfo: {
need_check_num: ''
}
},
isShow: true
}
},
......@@ -92,6 +93,7 @@ export default {
},
methods: {
refreshPage() {
this.isShow = true
this.getExamDataInfo()
// this.$refs.scoreRankingRef.getScoreRanking()
// this.$refs.titleDataRef.refetch()
......@@ -109,7 +111,7 @@ export default {
this.dataInfo = res.data
})
.catch(() => {
this.dataInfo = {}
this.isShow = false
})
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论