修改创建项目进入编辑页面bug

This commit is contained in:
lyp 2025-04-24 11:24:46 +08:00
parent f55ae2ef3c
commit 2d93b372a2

View File

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