diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue
index 7dc5e94ff..74e5d2ae7 100644
--- a/src/pages/details/otherStandardDetails/index.vue
+++ b/src/pages/details/otherStandardDetails/index.vue
@@ -1335,7 +1335,7 @@
{{
- standShowItemEO.applyArctic
+ filterApplyArctic(standShowItemEO)
}}
@@ -2100,7 +2100,6 @@ export default {
watch: {},
methods: {
filterApplyArctic(row){
- console.log(row)
if(row.applyArctic){
return row.applyArctic.replaceAll('\"', '').replaceAll('\[', '').replaceAll('\]', '')
}else {