fix : 修改为一个文件上传入口, 阶段变更增加变更状态,修复项目实施显示

This commit is contained in:
2024-08-27 22:28:52 +08:00
parent a1a3c0ac9f
commit 50504f4e94
9 changed files with 252 additions and 214 deletions

View File

@@ -435,6 +435,7 @@ const handlePhaseChangeEdit = (row) => {
router.push({
name: 'Phase/edit',
query: {
id: row.requirementId,
projectId:row.projectId
}
})