|
@@ -303,7 +303,7 @@ export default {
|
|
|
case 'LedgerParam.PhotoDoc.Nameplate':
|
|
|
case 'LedgerParam.PhotoDoc.Pic':
|
|
|
if (this.instance.hasOwnProperty(i.Path)) {
|
|
|
- i.PicList = this.instance[i.Path].filter(i => i.Type === 'image')
|
|
|
+ i.PicList = this.instance[i.Path].filter(i => i.Type === 'image' || i.Type === 'panorama')
|
|
|
video = video.concat(this.instance[i.Path].filter(i => i.Type === 'video'))
|
|
|
}
|
|
|
if (picObject[i.InfoPointName]) {
|