From 29011d436085cbd35ffc7be46f18173b204f70b7 Mon Sep 17 00:00:00 2001 From: liwenxuan <1298531568@qq.com> Date: Sun, 8 Dec 2024 09:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8A=A8=E7=AB=AF=E5=85=B3=E8=81=94?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E8=BF=9B=E9=98=B6=E6=95=88=E6=9E=9C--?= =?UTF-8?q?=E5=AD=90=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/lowCode/formItem.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/lowCode/formItem.vue b/src/components/lowCode/formItem.vue index aa1a4eb..0059b4e 100644 --- a/src/components/lowCode/formItem.vue +++ b/src/components/lowCode/formItem.vue @@ -780,6 +780,7 @@ const currentComponent = computed(() => { :name="control.file || 'file'" :disabled="judgeIsDisabled(data.name)" :options="options" + :row-index = "rowIndex" v-model="value" />