diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index 79f6eacee..9a68b51e8 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -69,6 +69,44 @@ + - +

@@ -2076,7 +2114,9 @@ export default { console.log('1943',child1) const list = [] if (child1 && child1.length > 1) { - list.push(child1[0]) + for (let i = 0; i < child1.length; i++) { + list.push(child1[i]) + } return list } return child1