Explorar o código

casePhotoList.value

tangning hai 14 horas
pai
achega
c5dd23b28b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]);
     }
   });