Forráskód Böngészése

Update detail.vue

lex-xin 10 hónapja
szülő
commit
84c57c57f4
1 módosított fájl, 5 hozzáadás és 2 törlés
  1. 5 2
      src/views/band-guidance-training/detail.vue

+ 5 - 2
src/views/band-guidance-training/detail.vue

@@ -177,7 +177,8 @@
             align="center"
             prop="paymentDate"
             label="缴费时间"
-          ></el-table-column>
+          >
+          </el-table-column>
         </el-table>
         <pagination
           sync
@@ -276,7 +277,9 @@ export default {
         const { citys, ...more } = this.searchForm
         const params = {
           tempDirectorTrainingCampId: this.$route.query.id,
-          ...more
+          ...more,
+          page: this.rules.page,
+          rows: this.rules.limit
         }
         if(citys && citys.length > 0) {
           params.provinceCode = citys[0]