浏览代码

03/14 17:57

111
261568008@qq.com 5 年之前
父节点
当前提交
b989fe9d13

文件差异内容过多而无法显示
+ 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.search.endTime =
         this.dateEndSection.showEndDate.replace(/\//g, "-") + " 23:59:59"),
         this.dateEndSection.showEndDate.replace(/\//g, "-") + " 23:59:59"),
         (this.search.page = this.page);
         (this.search.page = this.page);
-      this.loading = true;
       getPracticeGroup(this.search).then(res => {
       getPracticeGroup(this.search).then(res => {
-          console.log(res.data.code)
         if (res.data.code == 200) {
         if (res.data.code == 200) {
           if (this.refreshing) {
           if (this.refreshing) {
             this.courseList = [];
             this.courseList = [];
-            this.refreshing = false;
           }
           }
-
           if (res.data.data.rows.length == 0) {
           if (res.data.data.rows.length == 0) {
           
           
             this.finished = true;
             this.finished = true;
@@ -259,8 +255,7 @@ export default {
           }
           }
 
 
           this.loading = false;
           this.loading = false;
-
-          this.refreshing = true;
+          this.refreshing = false;
         } else {
         } else {
           this.finished = true;
           this.finished = true;
            this.loading = false;
            this.loading = false;

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