ソースを参照

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>