From 9cc7942abba569736fc214184e361689fad469d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9A=AE=E4=BC=9F?= Date: Mon, 2 Dec 2019 14:00:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=9B=9E=E6=89=A7=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E4=B8=8D=E8=83=BD=E7=82=B9=E5=87=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 4cd9b2a51..007b1562d 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -883,6 +883,9 @@ export default { that.isDisableInsured = true } } + if (val.radioSure != '') { + this.isSure = false + } } } },