wolyshaw il y a 4 ans
Parent
commit
1c4c676ba7

+ 1 - 1
src/views/accompanyManager/accompanyBuys.vue

@@ -152,7 +152,7 @@
           </template>
         </el-table-column>
       </el-table>
-      <pagination :total="rules.total"
+      <pagination sync :total.sync="rules.total"
                   :page.sync="rules.page"
                   :limit.sync="rules.limit"
                   :page-sizes="rules.page_size"

+ 1 - 1
src/views/accompanyManager/accompanyList.vue

@@ -232,7 +232,7 @@
             </template>
           </el-table-column>
         </el-table>
-        <pagination :total="rules.total"
+        <pagination sync :total.sync="rules.total"
                     :page.sync="rules.page"
                     :limit.sync="rules.limit"
                     :page-sizes="rules.page_size"