xiangpei
2024-10-30 0bfd176a6ce29e88b1ec509853a451d3d66fa782
src/views/train/index.vue
@@ -33,7 +33,7 @@
                </div>
              </div>
              <pagination v-show="total>0" :total="total" :page.sync="queryParam.pageIndex"
              <pagination v-show="total>0" :total="total" :page.sync="queryParam.currentPage"
                          :limit.sync="queryParam.pageSize"
                          @pagination="getList"/>
            </div>
@@ -97,7 +97,7 @@
      queryParam: {
        status: null,
        meetName: null,
        pageIndex: 1,
        currentPage: 1,
        pageSize: 10
      },
      total: 0,