修改创建项目进入编辑页面bug
This commit is contained in:
parent
f55ae2ef3c
commit
2d93b372a2
@ -1197,6 +1197,7 @@ export default function ProjNew() {
|
||||
open={isEditModalOpen}
|
||||
onOk={() => {
|
||||
sessionStorage.setItem('projName', projInfo.projName);
|
||||
sessionStorage.setItem('projStatus','编辑')
|
||||
if (pathParams.projChargeType == ProjChargeType.ALL) {
|
||||
nav(`/proj-eall/${createProjId}`);
|
||||
} else if (pathParams.projChargeType == ProjChargeType.FREE) {
|
||||
|
Loading…
Reference in New Issue
Block a user