祁鹏飞 před 2 měsíci
rodič
revize
8bfd44c2c1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/views/insurancePolicy/index.vue

+ 1 - 0
src/views/insurancePolicy/index.vue

@@ -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: '请重新选择车型',