| src/views/financialManagement/voucher/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/financialManagement/voucher/index.vue
@@ -525,9 +525,9 @@ getTableData(); }; const changePage = ({ current, size }) => { pagination.currentPage = current; pagination.pageSize = size; const changePage = ({ page, limit }) => { pagination.currentPage = page; pagination.pageSize = limit; getTableData(); };