diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 5afcf5de7..8cf108884 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -2161,7 +2161,10 @@ export default { child6Func(child6) { const list = [] if (child6 && child6.length > 1) { - list.push(child6[0]) + for(let i = 0 ; i < child6.length ; i++){ + list.push(child6[i]) + } + // list.push(child6[0]) return list } return child6