|
@@ -12,14 +12,15 @@
|
|
>
|
|
>
|
|
<div class="part-box part-box-filter part-box-flex">
|
|
<div class="part-box part-box-filter part-box-flex">
|
|
<el-form ref="FilterForm" label-position="left" label-width="55px" inline>
|
|
<el-form ref="FilterForm" label-position="left" label-width="55px" inline>
|
|
- <el-form-item label="考试:">
|
|
|
|
|
|
+ <!-- <el-form-item label="考试:">
|
|
<exam-select
|
|
<exam-select
|
|
v-model="filter.examId"
|
|
v-model="filter.examId"
|
|
:semester-id="filter.semesterId"
|
|
:semester-id="filter.semesterId"
|
|
placeholder="考试"
|
|
placeholder="考试"
|
|
|
|
+ disabled
|
|
@change="examChange"
|
|
@change="examChange"
|
|
></exam-select>
|
|
></exam-select>
|
|
- </el-form-item>
|
|
|
|
|
|
+ </el-form-item> -->
|
|
<el-form-item label="学院:">
|
|
<el-form-item label="学院:">
|
|
<!-- <college-select
|
|
<!-- <college-select
|
|
v-model="filter.collegeId"
|
|
v-model="filter.collegeId"
|
|
@@ -215,7 +216,8 @@ export default {
|
|
this.selectedPaperIds = [];
|
|
this.selectedPaperIds = [];
|
|
this.filter = Object.assign({}, initFilter, {
|
|
this.filter = Object.assign({}, initFilter, {
|
|
batchId: this.batch.id,
|
|
batchId: this.batch.id,
|
|
- semesterId: this.batch.semesterId
|
|
|
|
|
|
+ semesterId: this.batch.semesterId,
|
|
|
|
+ examId: this.batch.examId
|
|
});
|
|
});
|
|
this.$nextTick(() => this.changeCurListSelect());
|
|
this.$nextTick(() => this.changeCurListSelect());
|
|
},
|
|
},
|