修改bug

This commit is contained in:
Vce 2024-05-24 00:47:54 +08:00
parent 495c94ef51
commit b44afb607e
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<!-- table -->
<div class="table_wrap whiteBlock" style="height: 677px">
<el-table class="tables" :data="listData" height="200">
<el-table-column width="200" align="center" prop="name" label="考试科目"></el-table-column>
<el-table-column width="200" align="center" prop="subjectName" label="考试科目"></el-table-column>
<el-table-column align="center" prop="name" label="试题名称"></el-table-column>
<el-table-column align="center" prop="radio" label="单选题"></el-table-column>
<el-table-column align="center" prop="multi" label="多选题"></el-table-column>
@ -858,6 +858,7 @@ export default {
this.getRecordList()
})
} else {
this.examForm.questions = this.$refs.questionListTable.selection;
let examInfo = {
checkQuestionType:this.examForm.checkQuestionType,

View File

@ -458,6 +458,7 @@ export default {
console.log("------------------",this.selectWorkerList);
this.dialogVisible3= false;
},
inquire(flag){
this.worker.pageNo = 1;