Browse Source

03/14 14:36

测试刷新
261568008@qq.com 5 years ago
parent
commit
b52fd843e7

File diff suppressed because it is too large
+ 0 - 0
dist/css/ManageEvaluation.7693e9cf.css


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/js/ManageEvaluation.49644a52.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/ManageEvaluation.51d3180b.js


File diff suppressed because it is too large
+ 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;
           }

Some files were not shown because too many files changed in this diff