|
@@ -292,7 +292,7 @@ export default {
|
|
|
certificateId: '',//所持证书者身份证ID
|
|
|
enterpriseUnifiedCode: '',//企业统一社会信用代码
|
|
|
certificateNumber: '',
|
|
|
- certificatePassword: '',
|
|
|
+ certificatePassword: '123456',
|
|
|
certificateUserId: '',
|
|
|
pfxType: '',
|
|
|
certificateFileUrl: [],//证书文件
|
|
@@ -359,6 +359,9 @@ export default {
|
|
|
this.userData.forEach(vo => {
|
|
|
if(_this.form.certificateUserId == vo.id){
|
|
|
_this.form.certificateId = vo.idNumber;
|
|
|
+ console.log(vo,'vo');
|
|
|
+ _this.form.certificateUserName=vo.realName
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
},
|