|
|
@@ -5356,7 +5356,7 @@ export default {
|
|
|
//安盛驾意险选择
|
|
|
ASDrivingRadio(row) {
|
|
|
this.anshengInsurancetype = row.projectCode;
|
|
|
- this.anshengaccidentalDrivingVo = Object.assign({ ...row, ...this.anshengaccidentalDrivingVo })
|
|
|
+ this.anshengaccidentalDrivingVo = Object.assign({ ...this.anshengaccidentalDrivingVo, ...row })
|
|
|
// this.anshengaccidentalDrivingVo.projectCode = row.projectCode;
|
|
|
// this.anshengaccidentalDrivingVo.projectName = row.projectName;
|
|
|
},
|