From 6cb1ff7c0f5683babdc3ff08b0365e062dd6ff7f Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Tue, 17 Nov 2020 14:30:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=A5=E5=8F=B8=E4=BC=98=E5=8C=96bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 审批不显示总行信息以及联行号问题修改 2. 界面反复跳转问题修改 3. 担保人类别去除"无"选项 --- src/assets/js/utils/data-dictionary.js | 3 +- .../ebiz/agentEenter/approve/BasicInfo.vue | 82 +++++++++++------ .../ebiz/agentEenter/approve/RecordDetail.vue | 87 +++++++++++++------ 3 files changed, 116 insertions(+), 56 deletions(-) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index aa340ded1..cdce95ee7 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -2295,8 +2295,7 @@ export default { relationType: [ { id: '0', text: '配偶' }, { id: '1', text: '子女' }, - { id: '2', text: '父母' }, - { id: '3', text: '无' } + { id: '2', text: '父母' } ], guarantRelationType: [ { id: '0', text: '亲属' }, diff --git a/src/views/ebiz/agentEenter/approve/BasicInfo.vue b/src/views/ebiz/agentEenter/approve/BasicInfo.vue index 063b69040..ad7768c2d 100644 --- a/src/views/ebiz/agentEenter/approve/BasicInfo.vue +++ b/src/views/ebiz/agentEenter/approve/BasicInfo.vue @@ -26,11 +26,11 @@ - + - + @@ -103,10 +103,10 @@