From b8670fa27ac91ccbb224a402254f214e0cae5430 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 21 Nov 2024 15:03:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=8F=90=E5=8F=96=E6=96=87=E6=A1=A3=E4=B8=AD=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=9D=A5=E6=BA=90=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1049269 --user=刘瑞斌 【应用编排】文档内容提取节点,选择图片变量后保存不生效 https://www.tapd.cn/57709429/s/1614310 --- ui/src/workflow/nodes/document-extract-node/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/workflow/nodes/document-extract-node/index.vue b/ui/src/workflow/nodes/document-extract-node/index.vue index b888f5052..e9fa5e333 100644 --- a/ui/src/workflow/nodes/document-extract-node/index.vue +++ b/ui/src/workflow/nodes/document-extract-node/index.vue @@ -22,7 +22,7 @@ :nodeModel="nodeModel" class="w-full" placeholder="请选择文档" - v-model="form.document_list" + v-model="form_data.document_list" />