gaoluyang
18 小时以前 31b8d1274f52aaa32651852c8bece6631720a0fc
src/views/equipmentManagement/upkeep/index.vue
@@ -250,8 +250,9 @@
  planModalRef.value.openEdit(id);
};
const changePage = ({ page }) => {
const changePage = ({ page, limit }) => {
  pagination.currentPage = page;
   pagination.pageSize = limit;
  onCurrentChange(page);
};