表单发布后图片和视频如果上传多个后显示错误问题

dianlixunjian
Zhufu 2024-06-28 17:33:38 +08:00
parent 1f33a85f43
commit 8c6cd6a42a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ onMounted(() => {
...childItem, ...childItem,
infoShowValue: getOptionLabel(childItem) infoShowValue: getOptionLabel(childItem)
}) })
}else if(['ImageUpload','VideoUpload'].includes(item.component)){ }else if(['ImageUpload','VideoUpload'].includes(childItem.component)){
showList.value[tabIndex].children.push({ showList.value[tabIndex].children.push({
...childItem, ...childItem,
infoShowValue: props.data.infoUseMainTableData[childItem.field]? props.data.infoUseMainTableData[childItem.field].split(','): null infoShowValue: props.data.infoUseMainTableData[childItem.field]? props.data.infoUseMainTableData[childItem.field].split(','): null