|
|
@@ -2587,12 +2587,15 @@ export default {
|
|
|
fileurl: res.data.syxPolicyUrl,
|
|
|
});
|
|
|
}
|
|
|
- if (res.data.jyxPolicyUrl) {
|
|
|
- this.oldfileList.push({
|
|
|
+ if (res.data.jyxInfoList && res.data.jyxInfoList.length>0) {
|
|
|
+ res.data.jyxInfoList.forEach(val=>{
|
|
|
+ this.oldfileList.push({
|
|
|
fileTitle: "驾意险保单",
|
|
|
filename: 'xxxxxxxxxxxxxxxxxxxxxx',
|
|
|
- fileurl: res.data.jyxPolicyUrl,
|
|
|
+ fileurl: val.jyx_policy_url,
|
|
|
});
|
|
|
+ })
|
|
|
+
|
|
|
}
|
|
|
})
|
|
|
}
|