Ver código fonte

修改评价

Xiao_Mo 5 anos atrás
pai
commit
c448c0d4c7
1 arquivos alterados com 1 adições e 1 exclusões
  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];