Browse Source

03/14 21:10

page 修复
261568008@qq.com 5 years ago
parent
commit
6f2d2cb4e6

File diff suppressed because it is too large
+ 0 - 0
dist/css/ManageEvaluation.1832d28e.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.6aa8ae04.js


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


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.a421264c.js


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

@@ -230,12 +230,13 @@ export default {
       this.$refs.item.toggle();
     },
     getList() {
-      this.page++;
+      
       this.search.startTime =
         this.dateSection.showStartDate.replace(/\//g, "-") + " 00:00:00";
       (this.search.endTime =
         this.dateEndSection.showEndDate.replace(/\//g, "-") + " 23:59:59"),
         (this.search.page = this.page);
+        this.page++;
       getPracticeGroup(this.search).then(res => {
         if (res.data.code == 200) {
           if (this.refreshing) {

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