fix: When there are user input parameters in the workflow, the data source setting information is cleared after returning to the previous step from the user input page (#4442)

This commit is contained in:
shaohuzhang1 2025-12-05 11:31:28 +08:00 committed by GitHub
parent b58ed36a7b
commit d835e24d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
:close-on-press-escape="false"
>
<div style="height: calc(100% - 57px)" v-loading="loading">
<keep-alive :key="key" :include="['data_source', 'knowledge_base']">
<keep-alive :key="key" :include="['DataSource', 'KnowledgeBase']">
<component
ref="ActionRef"
:is="ak[active]"