From ad4fbd11e36d6f563b5df5e851b5cb1baf81dc17 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Thu, 6 Jul 2023 17:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B5=E5=AD=90=E6=8A=95=E4=BF=9D=E5=8D=95?= =?UTF-8?q?=E6=8A=84=E5=BD=95=E7=BB=93=E6=9E=9C=E8=BF=94=E5=9B=9E=E5=80=BC?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/SignatureOfElectronic.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/sale/SignatureOfElectronic.vue b/src/views/ebiz/sale/SignatureOfElectronic.vue index 7cdd47a1c..f60c35682 100644 --- a/src/views/ebiz/sale/SignatureOfElectronic.vue +++ b/src/views/ebiz/sale/SignatureOfElectronic.vue @@ -606,10 +606,12 @@ export default { this.$toast.clear() if (JSON.parse(data).state == '1') { this.base64 = decodeURI(JSON.parse(data).sign) - this.appntSign.documentStatus = '3' - this.isDisabledComplite = false - this.isSubmit = false - this.isSign = false + if(this.base64){ + this.appntSign.documentStatus = '3' + this.isDisabledComplite = false + this.isSubmit = false + this.isSign = false + } } }) }