|
@@ -358,7 +358,7 @@ export default {
|
|
|
obj.isFree = this.searchForm.isFree || null;
|
|
|
obj.studentReview = this.searchForm.studentReview || null;
|
|
|
obj.hasHandHomework = this.searchForm.hasHandHomework || null;
|
|
|
- obj.hasReview = this.searchForm.hasHandHomework || null;
|
|
|
+ obj.hasReview = this.searchForm.hasReview || null;
|
|
|
obj.courseReview = this.searchForm.courseReview || null;
|
|
|
if(this.searchForm.month.length > 0){
|
|
|
obj.startTime = this.searchForm.month[0];
|