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;

Някои файлове не бяха показани, защото твърде много файлове са промени