src/views/equipmentManagement/repair/index.vue
@@ -229,8 +229,9 @@ maintainModalRef.value.open(row.id, row); }; const changePage = ({ page }) => { const changePage = ({ page, limit }) => { pagination.currentPage = page; pagination.pageSize = limit; onCurrentChange(page); };