fix: Optimize the execution details copy within the workflow loop of the knowledge base

This commit is contained in:
wangdan-fit2cloud 2025-12-17 17:33:02 +08:00
parent f36d881c88
commit f8eb5ddac4

View File

@ -1046,7 +1046,7 @@
).sort((x: any, y: any) => (x.index || 0) - (y.index || 0))"
:key="cIndex"
>
<ExecutionDetailCard :data="cLoop"></ExecutionDetailCard>
<ExecutionDetailCard :data="cLoop" :type="type"></ExecutionDetailCard>
</template>
</template>
</div>