소스 검색

03/14 17:57

111
261568008@qq.com 5 년 전
부모
커밋
b989fe9d13
5개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 0
      dist/css/ManageEvaluation.c0c32f98.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/ManageEvaluation.015829b1.js
  4. 0 0
      dist/js/app.76ae9d34.js
  5. 1 6
      src/views/audition/ManageEvaluation.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/ManageEvaluation.c0c32f98.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/ManageEvaluation.015829b1.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.76ae9d34.js


+ 1 - 6
src/views/audition/ManageEvaluation.vue

@@ -236,15 +236,11 @@ export default {
       (this.search.endTime =
         this.dateEndSection.showEndDate.replace(/\//g, "-") + " 23:59:59"),
         (this.search.page = this.page);
-      this.loading = true;
       getPracticeGroup(this.search).then(res => {
-          console.log(res.data.code)
         if (res.data.code == 200) {
           if (this.refreshing) {
             this.courseList = [];
-            this.refreshing = false;
           }
-
           if (res.data.data.rows.length == 0) {
           
             this.finished = true;
@@ -259,8 +255,7 @@ export default {
           }
 
           this.loading = false;
-
-          this.refreshing = true;
+          this.refreshing = false;
         } else {
           this.finished = true;
            this.loading = false;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.