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()