Explorar el Código

casePhotoList.value

tangning hace 13 horas
padre
commit
c5dd23b28b
Se han modificado 1 ficheros con 1 adiciones y 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]);
     }
   });