|
|
@@ -1264,7 +1264,7 @@
|
|
|
<el-radio-group v-model="additionalForm.productId">
|
|
|
<el-radio v-for="item in optionObj.insuranceType" :key="item.value" :value="item.value">{{
|
|
|
item.label
|
|
|
- }}</el-radio>
|
|
|
+ }}</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
<el-table :data="insuranceData">
|
|
|
@@ -4101,10 +4101,7 @@ const handleSubmit = async (FormRefs) => {
|
|
|
policyHolderInfo: {},
|
|
|
insuredPersonInfo: {},
|
|
|
kindInfoVo: [],
|
|
|
- insOrders: {
|
|
|
- realQuoteUserId: realQuoteUserId.value,
|
|
|
- productId: additionalForm.value.productId
|
|
|
- },
|
|
|
+ insOrders: {},
|
|
|
vehicleAndVesselTaxVo: {},
|
|
|
ciRiskInfoVo: {},
|
|
|
biRiskInfoVo: {},
|
|
|
@@ -4282,6 +4279,7 @@ const handleSubmit = async (FormRefs) => {
|
|
|
dockingPersonPhone: additionalForm.value.dockingPersonPhone,
|
|
|
dockingPerson: costExternalList.value.find(v => v.contactMobile === additionalForm.value.dockingPersonPhone)?.contactPerson,
|
|
|
signingTime: additionalForm.value.signingTime,
|
|
|
+ realQuoteUserId: realQuoteUserId.value,
|
|
|
}
|
|
|
if (fileList.value.length > 0) {
|
|
|
obj.imagesAdds.images = fileList.value
|