修改bug
This commit is contained in:
parent
495c94ef51
commit
b44afb607e
@ -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,
|
||||
|
||||
@ -458,6 +458,7 @@ export default {
|
||||
|
||||
console.log("------------------",this.selectWorkerList);
|
||||
this.dialogVisible3= false;
|
||||
|
||||
},
|
||||
inquire(flag){
|
||||
this.worker.pageNo = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user