소스 검색

bug修改

祁鹏飞 2 달 전
부모
커밋
8bfd44c2c1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: '请重新选择车型',