|
|
@@ -2888,11 +2888,11 @@ const handleUnderwriting = (scope: any) => {
|
|
|
imageVoList: insurancePolicyForm.value.imageVoList,
|
|
|
list: images.value
|
|
|
}
|
|
|
+ nextTick(() => {
|
|
|
+ UnderwritingRefs.value.initEdit(data)
|
|
|
+ })
|
|
|
api.insurancePolicyApi.imagesUpload(data).then((res: any) => {
|
|
|
if (res.code === 200) {
|
|
|
- nextTick(() => {
|
|
|
- UnderwritingRefs.value.initEdit(data)
|
|
|
- })
|
|
|
} else {
|
|
|
ElMessage({
|
|
|
message: res.msg,
|
|
|
@@ -2912,11 +2912,11 @@ const historyhandleUnderwriting = (scope: any) => {
|
|
|
imageVoList: insurancePolicyForm.value.imageVoList,
|
|
|
list: images.value
|
|
|
}
|
|
|
+ nextTick(() => {
|
|
|
+ UnderwritingRefs.value.initEdit(data)
|
|
|
+ })
|
|
|
api.insurancePolicyApi.imagesUpload(data).then((res: any) => {
|
|
|
if (res.code === 200) {
|
|
|
- nextTick(() => {
|
|
|
- UnderwritingRefs.value.initEdit(data)
|
|
|
- })
|
|
|
} else {
|
|
|
ElMessage({
|
|
|
message: res.msg,
|