Skip to content

Commit b8670fa

Browse files
committed
fix: 修复保存提取文档中文件来源不生效的问题
--bug=1049269 --user=刘瑞斌 【应用编排】文档内容提取节点,选择图片变量后保存不生效 https://www.tapd.cn/57709429/s/1614310
1 parent 49d90e0 commit b8670fa

File tree

1 file changed

+1
-1
lines changed
  • ui/src/workflow/nodes/document-extract-node

1 file changed

+1
-1
lines changed

ui/src/workflow/nodes/document-extract-node/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
:nodeModel="nodeModel"
2323
class="w-full"
2424
placeholder="请选择文档"
25-
v-model="form.document_list"
25+
v-model="form_data.document_list"
2626
/>
2727
</el-form-item>
2828
</el-form>

0 commit comments

Comments
 (0)