|
@@ -310,6 +310,15 @@ export default {
|
|
|
if(res.data.resultReceiveNotePhoto!=null){
|
|
|
this.srcList.push(res.data.resultReceiveNotePhoto);
|
|
|
}
|
|
|
+ if(res.data.otherPhoto1!=null){
|
|
|
+ this.srcList.push(res.data.otherPhoto1);
|
|
|
+ }
|
|
|
+ if(res.data.otherPhoto2!=null){
|
|
|
+ this.srcList.push(res.data.otherPhoto2);
|
|
|
+ }
|
|
|
+ if(res.data.otherPhoto3!=null){
|
|
|
+ this.srcList.push(res.data.otherPhoto3);
|
|
|
+ }
|
|
|
});
|
|
|
|
|
|
},
|