fix: 循环子流程mock时隐藏输出参数配置 --story=135418928 - #842
Merged
Mianhuatang8 merged 1 commit intoJul 30, 2026
Merged
Conversation
# Reviewed, transaction id: 83678
There was a problem hiding this comment.
Code Review Summary
这是一个小型防御性修复 PR,包含两处变更:
- MockSetting/index.vue:循环节点(loop_config.enable)场景下,跳过输出变量处理,直接置空 outputs,避免循环节点输出变量不适用时的异常。逻辑清晰,
finally块仍能正确重置subFlowLoading。 - TemplateMock/index.vue:对
onShowNodeConfig增加activities[id]存在性校验,防止点击非 activity 节点(如网关、汇聚节点)时的空引用。
✅ 无 Critical / Important 级别问题,变更简洁且符合项目规范。
Mianhuatang8
merged commit Jul 30, 2026
aaec650
into
TencentBlueKing:develop_subcanvas
5 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reviewed, transaction id: 83678