gaoluyang
4 天以前 cda543aec968d990cc8f326db63ac82c8bb25b80
src/views/equipmentManagement/ledger/index.vue
@@ -201,8 +201,9 @@
const edit = (id) => {
  modalRef.value.loadForm(id);
};
const changePage = ({ page }) => {
const changePage = ({ page, limit }) => {
  pagination.currentPage = page;
   pagination.pageSize = limit;
  onCurrentChange(page);
};
const deleteRow = (id) => {