Преглед изворни кода

bug fix: 32878 (V1.2.0全景看看)编辑作品-基础,场景封面选择素材,全图图的素材列表与我的素材列表加载的数据不一致

任一存 пре 2 година
родитељ
комит
2296f0aeec

+ 1 - 1
packages/qjkankan-editor/src/components/materialSelectorForEditor.vue

@@ -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'
       }).length
     },