diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index baa7a102e..fa40ff4bd 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -3823,6 +3823,13 @@ export default { location['child2'] = [] } else { const childList = list2[0].child.filter(item => item.attrField === 'SYRZ'); + if(childList.length){ + childList.forEach(item => { + if(item.value === "[]"){ + item.value = '' + } + }) + } location['child2'] = childList } }