瀏覽代碼

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

任一存 2 年之前
父節點
當前提交
2296f0aeec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/qjkankan-editor/src/components/materialSelectorForEditor.vue

+ 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
     },