Sfoglia il codice sorgente

casePhotoList.value

tangning 13 ore fa
parent
commit
c5dd23b28b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/view/material/sceneImg.vue

+ 1 - 1
src/view/material/sceneImg.vue

@@ -733,7 +733,7 @@ function getList(refresh = false) {
         pageCount: count - number,
       }
     })
-    if (active1.value == "照片卷" && res && res.length && !refresh) {
+    if (active1.value == "照片卷" && casePhotoList.value && casePhotoList.value.length) {
       handlItem2(res[0]);
     }
   });