diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index 95eef0020..7a1b18ad4 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1455,6 +1455,7 @@ export default { { id: 'AD', text: '营业总监' } ], relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }], + // relationType: [{ id: '0', text: '配偶' }, { id: '1', text: '子女' }, { id: '2', text: '父母' }, { id: '3', text: '无' }], guarantRelationType: [{ id: '0', text: '亲属' }, { id: '1', text: '朋友' }, { id: '2', text: '同事' }, { id: '3', text: '其他' }], classification: [{ id: '0', text: '司内' }, { id: '1', text: '司外' }], //入司国籍/地区 diff --git a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue index 0faa47357..881c90d7c 100644 --- a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue +++ b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue @@ -18,52 +18,54 @@ @click="toSelect('1', i)" required /> - - - - - - +
+ + + + + + +
-
+ 新增
+
+ 新增
上一步 @@ -214,6 +216,10 @@ export default { this.popupShow = false if (this.pickerType == '1') { this.userInfo[this.enterIndex].relationType = value.id + if (value.id == '3') { + //如果家庭关系选择无,则页面其他信息不需要填不需要显示 + this.userInfo[0].sex = '' + } // this.$forceUpdate() } if (this.pickerType == '2') {