签报详情添加路由

This commit is contained in:
‘huanghaiixia’
2025-12-30 17:12:37 +08:00
parent f23454e4cb
commit 96fe33b8dd
4 changed files with 37 additions and 3 deletions

View File

@ -565,7 +565,13 @@
}
if (btn == 'view') {
router.push({
path: '/approve/Appro/form',
query: {
id: record.id || record.approId,
disabled: true
}
})
}
}