Files
ccdi/docs/reports/implementation/2026-07-02-special-check-graph-project-id.md

18 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 专项核查图谱项目ID传递修复实施记录
## 修改内容
- 修复专项核查页内嵌图谱组件未传递 `projectId` 的问题。
-`SpecialCheck.vue` 中的 `fund-graph-section` 补充绑定 `:project-id="projectId"`保证图谱查询接口携带当前项目ID。
## 影响范围
- 仅影响项目详情页专项核查模块中的图谱查询入口。
- 不修改图谱接口、后端校验逻辑和其他图谱入口。
## 验证情况
- 已通过源码链路核对:`FundGraphSection` 使用 `projectId` prop 构造资金图谱和关系图谱查询参数,专项核查页补充绑定后可随父组件项目上下文传入。
- 已执行 `cd ruoyi-ui && nvm use && npm run build:prod`,构建通过,仅存在既有资源体积 warning。
- 已启动前端开发服务并通过应用内浏览器打开真实项目详情页 `http://localhost:1025/ccdiProject/detail/1`切换至“专项排查”后确认图谱组件可正常渲染点击图谱查询未再出现项目ID缺失提示。