fix : 修复首页查看跳转
This commit is contained in:
@@ -166,7 +166,7 @@ const handleView = (row) => {
|
||||
name: 'Summary/detail',
|
||||
query: {
|
||||
id: row.targetId,
|
||||
projectId: row.projectId,
|
||||
projectId: row.targetId,
|
||||
state: row.state
|
||||
}
|
||||
})
|
||||
@@ -175,7 +175,7 @@ const handleView = (row) => {
|
||||
name: 'Initiation/detail',
|
||||
query: {
|
||||
id: row.targetId,
|
||||
projectId: row.projectId,
|
||||
projectId: row.targetId,
|
||||
state: row.state
|
||||
}
|
||||
})
|
||||
@@ -184,7 +184,7 @@ const handleView = (row) => {
|
||||
name: 'Implementation/detail',
|
||||
query: {
|
||||
id: row.targetId,
|
||||
projectId: row.projectId,
|
||||
projectId: row.targetId,
|
||||
state: row.state
|
||||
}
|
||||
})
|
||||
@@ -193,7 +193,7 @@ const handleView = (row) => {
|
||||
name: 'Filing/detail',
|
||||
query: {
|
||||
id: row.targetId,
|
||||
projectId: row.projectId,
|
||||
projectId: row.targetId,
|
||||
state: row.state
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user