浏览代码

03/14 21:10

page 修复
261568008@qq.com 5 年之前
父节点
当前提交
6f2d2cb4e6

文件差异内容过多而无法显示
+ 0 - 0
dist/css/ManageEvaluation.1832d28e.css


文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/js/ManageEvaluation.6aa8ae04.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/ManageEvaluation.e3dc341e.js


文件差异内容过多而无法显示
+ 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) {

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