修改项目首页 进行中的项目 以及项目建档相关页面信息
This commit is contained in:
@ -274,7 +274,11 @@ class manager extends PureComponent {
|
||||
render: (text, record) => (
|
||||
<>
|
||||
<Button type="link" onClick={() => {
|
||||
|
||||
sessionStorage.setItem("projectData",JSON.stringify(record))
|
||||
sessionStorage.setItem("opt","view")
|
||||
history.push({
|
||||
pathname: '/ProjectLayout/Manager/HomePageSectionList'
|
||||
});
|
||||
|
||||
}}>项目跟进
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user