This commit is contained in:
parent
a450969484
commit
3816bfcd41
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue