表单发布后图片和视频如果上传多个后显示错误问题
parent
1f33a85f43
commit
8c6cd6a42a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue