diff --git a/src/views/research/components/EquipmentList.vue b/src/views/research/components/EquipmentList.vue
index 474609fc..f27b38b7 100644
--- a/src/views/research/components/EquipmentList.vue
+++ b/src/views/research/components/EquipmentList.vue
@@ -21,29 +21,37 @@
{
- return this.$fd('Bodypart', i.trim(),'Code',{Bodypart:this.bp},'Name')
+ return this.$fd('Bodypart', i.trim(), 'Code', { Bodypart: this.bp }, 'Name')
})
return newArr.join(' | ')
},