mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: Optimize the execution details copy within the workflow loop of the knowledge base
This commit is contained in:
parent
56a08f1f8b
commit
77e6aac984
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue