wuguojie 9 месяцев назад
Родитель
Сommit
b89b33949d
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/insurancePolicy/index.vue

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

@@ -2669,12 +2669,13 @@ const handlePopoverConfirm = async () => {
 // 提交核保
 let underwritingShow = ref(false)
 const handleUnderwriting = (scope) => {
+    console.log('要去核保的数据', scope.row)
   underwritingShow.value = true
     // insurancePolicyForm.value.imageVoList
   let data = {
 
     // ordersNo: '1915570359429222400'
-    ordersNo: scope.row.orderNo,
+    ordersNo: scope.row.quoteResult.ordersNo,
     quoteNo: insurancePolicyForm.value.order.quoteNo,
       list: insurancePolicyForm.value.imageVoList
   }