@@ -3380,6 +3380,7 @@ let loading = ref(false) // 提交加载状态
* @param scope 当前行作用域
*/
const handleSubmit = async (InsurancePolicyRefs: FormInstance | undefined, scope: any) => {
+ insurancePolicyForm.value.order.insuranceCompanyCode = scope.id
if (!Number(insurancePolicyForm.value.purchasePrice)) {
ElMessage({
message: '请重新选择车型',