fix : 优化流程图样式及位置,需求上报排版展示

This commit is contained in:
2024-06-29 03:30:26 +08:00
parent 0a6c37019a
commit e44b41bf14
9 changed files with 17 additions and 17 deletions

View File

@@ -304,7 +304,7 @@ const handleEdit = (row) => {
router.push({
name: 'Summary/edit',
query: {
id: row.requirementId,
requirementId: row.requirementId,
projectId: row.projectId
}
})