修改项目首页 进行中的项目 以及项目建档相关页面信息

This commit is contained in:
32503
2025-07-11 14:34:26 +08:00
parent 8f4404ff91
commit a1f617cbb9
8 changed files with 165 additions and 62 deletions

View File

@ -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>