|
|
@@ -2879,7 +2879,6 @@ const handlePopoverConfirm = async () => {
|
|
|
let underwritingShow = ref(false)
|
|
|
let underwritingIndex = ref(-1)
|
|
|
const handleUnderwriting = (scope: any) => {
|
|
|
- console.log('要去核保的数据', scope.row)
|
|
|
underwritingShow.value = true
|
|
|
underwritingIndex.value = scope.$index
|
|
|
// insurancePolicyForm.value.imageVoList
|
|
|
@@ -2887,7 +2886,7 @@ const handleUnderwriting = (scope: any) => {
|
|
|
// ordersNo: '1915570359429222400'
|
|
|
ordersNo: scope.row.orderNo,
|
|
|
quoteNo: insurancePolicyForm.value.order.quoteNo,
|
|
|
- list: images.value
|
|
|
+ imageVoList: images.value
|
|
|
}
|
|
|
// nextTick(() => {
|
|
|
// UnderwritingRefs.value.initEdit({
|
|
|
@@ -2904,6 +2903,9 @@ const handleUnderwriting = (scope: any) => {
|
|
|
UnderwritingRefs.value.initEdit(data)
|
|
|
})
|
|
|
} else {
|
|
|
+ nextTick(() => {
|
|
|
+ UnderwritingRefs.value.initEdit(data)
|
|
|
+ })
|
|
|
ElMessage({
|
|
|
message: res.msg,
|
|
|
type: 'warning'
|