祁鹏飞 2 mesiacov pred
rodič
commit
8bfd44c2c1
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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: '请重新选择车型',