This commit is contained in:
bb_pan 2026-01-05 16:55:52 +08:00
parent a450969484
commit 3816bfcd41
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ export default {
}, },
// //
handleEdit(row) { handleEdit(row) {
this.$router.push({ path: '/equipment/repair/approval-detail', query: { id: row.id } }) this.$router.push({ path: '/equipmentRepair/repairApprovalDetail', query: { id: row.id } })
}, },
// //
handleDelete(row) { handleDelete(row) {