|
@@ -630,6 +630,7 @@ export default {
|
|
secondPropertyId: "",
|
|
secondPropertyId: "",
|
|
};
|
|
};
|
|
this.currentPage = 1;
|
|
this.currentPage = 1;
|
|
|
|
+ this.getCourses("");
|
|
} else {
|
|
} else {
|
|
this.formSearch = JSON.parse(sessionStorage.getItem("question"));
|
|
this.formSearch = JSON.parse(sessionStorage.getItem("question"));
|
|
this.currentPage = parseInt(
|
|
this.currentPage = parseInt(
|
|
@@ -637,6 +638,8 @@ export default {
|
|
);
|
|
);
|
|
if (this.formSearch && this.formSearch.courseId) {
|
|
if (this.formSearch && this.formSearch.courseId) {
|
|
this.getCourseById(this.formSearch.courseId);
|
|
this.getCourseById(this.formSearch.courseId);
|
|
|
|
+ } else {
|
|
|
|
+ this.getCourses("");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
this.searchQues();
|
|
this.searchQues();
|