소스 검색

修改评价

Xiao_Mo 5 년 전
부모
커밋
c448c0d4c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];