feat : 优化指定用户时该用户的矩阵状态检查

This commit is contained in:
2024-07-03 14:10:10 +08:00
parent bffa726cbf
commit f26a29338a
2 changed files with 2 additions and 2 deletions

View File

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