From 8c6cd6a42a6910d8ee7dcde6834b0a6b1497f986 Mon Sep 17 00:00:00 2001 From: Zhufu <1176354795@qq.com> Date: Fri, 28 Jun 2024 17:33:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=8F=91=E5=B8=83=E5=90=8E?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E5=92=8C=E8=A7=86=E9=A2=91=E5=A6=82=E6=9E=9C?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=A4=9A=E4=B8=AA=E5=90=8E=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/onlineform/formCall/InfoCallModal/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/demo/onlineform/formCall/InfoCallModal/index.vue b/src/views/demo/onlineform/formCall/InfoCallModal/index.vue index c217a077..c6e7238c 100644 --- a/src/views/demo/onlineform/formCall/InfoCallModal/index.vue +++ b/src/views/demo/onlineform/formCall/InfoCallModal/index.vue @@ -122,7 +122,7 @@ onMounted(() => { ...childItem, infoShowValue: getOptionLabel(childItem) }) - }else if(['ImageUpload','VideoUpload'].includes(item.component)){ + }else if(['ImageUpload','VideoUpload'].includes(childItem.component)){ showList.value[tabIndex].children.push({ ...childItem, infoShowValue: props.data.infoUseMainTableData[childItem.field]? props.data.infoUseMainTableData[childItem.field].split(','): null