|
|
@@ -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
|
|
|
}
|