Xiao_Mo %!s(int64=5) %!d(string=hai) anos
pai
achega
c448c0d4c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/evaluateManager/networkList.vue

+ 1 - 1
src/views/evaluateManager/networkList.vue

@@ -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];