Merge branch 'master' of codeup.aliyun.com:6265f483e4166464dc2f9c14/boeu/portal into online

This commit is contained in:
dongruihua
2022-08-04 16:05:59 +08:00

View File

@@ -1057,7 +1057,9 @@ export default {
this.$refs.qrcode.innerHTML = ''
},
viewExamInfo(data) {
this.examInfoShow = true
if(this.questDirOptions.length==0){
this.findPapers();
}
apiTest.detail(data.id).then(res=>{
if (res.status === 200) {
this.detailInfo = res.result;
@@ -1065,6 +1067,7 @@ export default {
this.$message.error(res.message);
}
})
this.examInfoShow = true
},
loadData() {
this.params.resOwner1 = this.ownership[0]