Xiao_Mo před 5 roky
rodič
revize
c448c0d4c7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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];