fix: Optimize the execution details copy within the workflow loop of the knowledge base
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run

This commit is contained in:
wangdan-fit2cloud 2025-12-17 17:33:02 +08:00 committed by shaohuzhang1
parent 56a08f1f8b
commit 77e6aac984

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>