gaoluyang
15 小时以前 31b8d1274f52aaa32651852c8bece6631720a0fc
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);
};
// 单行删除