fix: up detail, router, display for dont have role
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user