From b5943fd16d08b08471a9d20cdf673f0737b5d82a Mon Sep 17 00:00:00 2001 From: "tian.guangyuan" Date: Tue, 19 May 2020 17:28:24 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BA=BA=E8=84=B8=E8=AF=86=E5=88=AB=20?= =?UTF-8?q?--=20=E6=96=B0=E5=A2=9E=E4=B8=9A=E5=8A=A1=E6=9D=A5=E6=BA=90?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/claims/SignatureConfirmation.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/ebiz/claims/SignatureConfirmation.vue b/src/views/ebiz/claims/SignatureConfirmation.vue index a911d250a..fd28eac53 100644 --- a/src/views/ebiz/claims/SignatureConfirmation.vue +++ b/src/views/ebiz/claims/SignatureConfirmation.vue @@ -277,7 +277,8 @@ export default { //身份证号码 number: that.list.applyerCertiCode, //姓名 - name: that.list.applyerName + name: that.list.applyerName, + businessSource: '3' }).then(data => { if (JSON.parse(data).state == '1') { this.showRead()