gaoluyang
2025-08-11 386375a8e04f72a8bc17553b649a38b5535e21ba
src/views/equipmentManagement/upkeep/index.vue
@@ -250,9 +250,10 @@
  planModalRef.value.openEdit(id);
};
const changePage = ({ page }) => {
  pagination.currentPage = page;
  onCurrentChange(page);
const changePage = ({ page, limit }) => {
   pagination.currentPage = page;
   pagination.pageSize = limit;
   onCurrentChange(page);
};
// 单行删除