|
@@ -439,7 +439,7 @@ export default {
|
|
})
|
|
})
|
|
this.getList();
|
|
this.getList();
|
|
this.getTreeselect();
|
|
this.getTreeselect();
|
|
- listExam({ pageNum: 1, pageSize: 1000, examType: 2 }).then(response => {
|
|
|
|
|
|
+ listExam({ pageNum: 1, pageSize: 1000, examType: 3 }).then(response => {
|
|
this.examOptions = response.rows;
|
|
this.examOptions = response.rows;
|
|
});
|
|
});
|
|
},
|
|
},
|