fix: up detail, router, display for dont have role

This commit is contained in:
wenhua
2024-05-27 22:33:24 +08:00
parent 26931f4200
commit 304effe93c
8 changed files with 30 additions and 9 deletions

View File

@@ -200,11 +200,12 @@ const search = (val) => {
const handleDetail = (row) => {
router.push({
name:'Filing/detail',
name:'Implementation/detail',
query: {
id: row.requirementId,
projectId: row.projectId,
state: row.state
state: row.state,
step: '50'
}
})
}