From a0030369d8e6bd794328c731c7d285a8a8aa07f5 Mon Sep 17 00:00:00 2001 From: dwq <15731277156@163.com> Date: Thu, 16 Sep 2021 13:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=87=AA=E4=BF=9D=E4=BB=B6=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=91---=E6=98=BE=E9=9A=90=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E4=BA=BA=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureConfirmation.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 36e38b58b..2326bd3e8 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -21,8 +21,8 @@
- + @@ -405,7 +405,8 @@ export default { realPeopleRidInfo: { appntRidFlag: null, insureRidFlag: null - } + }, + showAgentView:0 } }, methods: { @@ -1528,6 +1529,7 @@ export default { } } } else if(item.signType == '3'){ + that.showAgentView=1; that.agentSign.push(item)//代理人 that.addKey(item) }else {