소스 검색

03/14 14:36

测试刷新
261568008@qq.com 5 년 전
부모
커밋
b52fd843e7

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


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


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


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


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


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

@@ -240,11 +240,12 @@ export default {
         this.courseList = [];
         this.refreshing = false;
       }
+      this.loading = false;
       getPracticeGroup(this.search).then(res => {
         if (res.data.code == 200) {
           this.page++
           this.courseList = this.courseList.concat(res.data.data.rows) 
-          this.loading = false;
+          this.loading = true;
           if(res.data.data.rows.length == 0){
              this.finished = true;
           }

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