@@ -794,7 +794,7 @@ export default {
}).length
},
panoListRealLength() {
- return this.imageList.length + this.uploadStatusListPano.filter((item) => {
+ return this.panoList.length + this.uploadStatusListPano.filter((item) => {
return item.status === 'SUCCESS'