Kaynağa Gözat

安盛参数

yaoyao 2 yıl önce
ebeveyn
işleme
82cb27650c

+ 1 - 1
src/views/Task/daikeComponents/KtLetter.vue

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