mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +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))"
|
).sort((x: any, y: any) => (x.index || 0) - (y.index || 0))"
|
||||||
:key="cIndex"
|
:key="cIndex"
|
||||||
>
|
>
|
||||||
<ExecutionDetailCard :data="cLoop"></ExecutionDetailCard>
|
<ExecutionDetailCard :data="cLoop" :type="type"></ExecutionDetailCard>
|
||||||
</template>
|
</template>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue