diff --git a/src/views/ebiz/agentEenter/approve/BasicInfo.vue b/src/views/ebiz/agentEenter/approve/BasicInfo.vue
index c164ceefd..0b87abeb8 100644
--- a/src/views/ebiz/agentEenter/approve/BasicInfo.vue
+++ b/src/views/ebiz/agentEenter/approve/BasicInfo.vue
@@ -70,7 +70,7 @@
审批信息
@@ -340,6 +340,13 @@ export default { } } }, + familyRelationFilter(val) { + for (let item of dictionary.relationType) { + if (item.id === val) { + return item.text + } + } + }, relationFilter(val) { for (let item of dictionary.classification) { if (item.id === val) {