소스 검색

fix:翻页按钮修复

jiand 4 달 전
부모
커밋
9f28a05d43
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/divideAccountsManage/index.vue
  2. 1 0
      src/views/exemptionFollow/index.vue

+ 2 - 1
src/views/divideAccountsManage/index.vue

@@ -22,8 +22,9 @@
         <cy-comm-table
           ref="commTable"
           v-loading="loading"
-          :columns="columns"
+          :columns="columns"  
           :data="tableData"
+          parentComponent="DivideAccountsManage"
           :count="total"
           :table-options="tableOptions"
         />

+ 1 - 0
src/views/exemptionFollow/index.vue

@@ -43,6 +43,7 @@
           :columns="columns"
           :data="tableData"
           :count="total"
+          parentComponent="ExemptionFollow"
           :table-options="getTableOptions"
         />
       </el-tabs>