From 26e9044117cb1728e311e1eaa26df8956ecc25c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Tue, 10 May 2022 10:07:28 +0800 Subject: [PATCH] =?UTF-8?q?52712=20=E6=A0=87=E5=87=86=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=20=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=20?= =?UTF-8?q?=E6=89=B9=E5=87=86=E8=8A=82=E7=82=B9=E5=90=8C=E6=84=8F=E5=90=8E?= =?UTF-8?q?=20=E9=80=82=E7=94=A8=E8=AE=A4=E8=AF=81=E6=9C=89=E4=B8=AA?= =?UTF-8?q?=E3=80=90=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherStandardDetails/index.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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 } }