|
|
@@ -282,6 +282,7 @@
|
|
|
this.examElExamDetail();
|
|
|
}
|
|
|
this.$set(this.newData,'parentExamId',this.propsData.id);
|
|
|
+ this.$set(this.newData,'examTypeId',this.propsData.examTypeId);
|
|
|
this.examElDisciplineTypeList()
|
|
|
this.systemDeptCurrentDept()
|
|
|
this.systemUserGetAcademicYear()
|
|
|
@@ -389,6 +390,7 @@
|
|
|
getList() {
|
|
|
let obj = JSON.parse(JSON.stringify(this.queryParams))
|
|
|
obj.examId = this.newData.parentExamId
|
|
|
+ obj.examTypeId = this.newData.examTypeId;
|
|
|
if(this.makeupStarted == 0){
|
|
|
examElExamMakeupCandidates(obj).then(response => {
|
|
|
this.$set(this, 'dataList', response.data.records)
|