浏览代码

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.courseList = [];
         this.refreshing = false;
         this.refreshing = false;
       }
       }
+      this.loading = false;
       getPracticeGroup(this.search).then(res => {
       getPracticeGroup(this.search).then(res => {
         if (res.data.code == 200) {
         if (res.data.code == 200) {
           this.page++
           this.page++
           this.courseList = this.courseList.concat(res.data.data.rows) 
           this.courseList = this.courseList.concat(res.data.data.rows) 
-          this.loading = false;
+          this.loading = true;
           if(res.data.data.rows.length == 0){
           if(res.data.data.rows.length == 0){
              this.finished = true;
              this.finished = true;
           }
           }

部分文件因为文件数量过多而无法显示