|
@@ -650,6 +650,15 @@ export default {
|
|
courseName: ""
|
|
courseName: ""
|
|
};
|
|
};
|
|
this.currentPage = 1;
|
|
this.currentPage = 1;
|
|
|
|
+ } else if (this.isClear == 2) {
|
|
|
|
+ this.formSearch.examId =
|
|
|
|
+ sessionStorage.getItem("extract_config_add_examId") == ""
|
|
|
|
+ ? ""
|
|
|
|
+ : parseInt(sessionStorage.getItem("extract_config_add_examId"));
|
|
|
|
+ if (this.formSearch.examId) {
|
|
|
|
+ this.initialize(this.formSearch.examId);
|
|
|
|
+ }
|
|
|
|
+ this.currentPage = 1;
|
|
} else {
|
|
} else {
|
|
this.formSearch.courseNo =
|
|
this.formSearch.courseNo =
|
|
sessionStorage.getItem("extract_paper_courseNo") == "null"
|
|
sessionStorage.getItem("extract_paper_courseNo") == "null"
|