Xiao_Mo 5 anni fa
parent
commit
c448c0d4c7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.isFree = this.searchForm.isFree || null;
       obj.studentReview = this.searchForm.studentReview || null;
       obj.studentReview = this.searchForm.studentReview || null;
       obj.hasHandHomework = this.searchForm.hasHandHomework || 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;
       obj.courseReview = this.searchForm.courseReview || null;
       if(this.searchForm.month.length > 0){
       if(this.searchForm.month.length > 0){
           obj.startTime = this.searchForm.month[0];
           obj.startTime = this.searchForm.month[0];