祁鹏飞 4 месяцев назад
Родитель
Сommit
3a0642ded2
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      src/views/insurancePolicy/index.vue

+ 4 - 5
src/views/insurancePolicy/index.vue

@@ -2873,13 +2873,12 @@ const handlePopoverConfirm = async () => {
 // 提交核保
 let underwritingShow = ref(false)
 let underwritingIndex = ref(-1)
-const handleUnderwriting = (scope: any) => {
+const handleUnderwriting = (ordersNo: string) => {
   underwritingShow.value = true
   underwritingIndex.value = scope.$index
   // insurancePolicyForm.value.imageVoList
   let data = {
-    // ordersNo: '1915570359429222400'
-    ordersNo: scope.row.quoteResult.ordersNo,
+    ordersNo,
     quoteNo: insurancePolicyForm.value.order.quoteNo,
     imageVoList: images.value
   }
@@ -2908,11 +2907,11 @@ const handleUnderwriting = (scope: any) => {
     }
   })
 }
-const historyhandleUnderwriting = (scope: any) => {
+const historyhandleUnderwriting = (ordersNo: string) => {
 
   underwritingShow.value = true
   let data = {
-    ordersNo: scope,
+    ordersNo,
     quoteNo: insurancePolicyForm.value.order.quoteNo,
     list: images.value
   }