gaoluyang
5 天以前 a47397d8c778bd80684371dff9a944bb3e5ce483
src/views/equipmentManagement/repair/index.vue
@@ -229,9 +229,10 @@
  maintainModalRef.value.open(row.id, row);
};
const changePage = ({ page }) => {
  pagination.currentPage = page;
  onCurrentChange(page);
const changePage = ({ page, limit }) => {
   pagination.currentPage = page;
   pagination.pageSize = limit;
   onCurrentChange(page);
};
// 单行删除