Explorar el Código

update ImagePostEdit.vue

reghao hace 1 año
padre
commit
40b3aee0f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/post/ImagePostEdit.vue

+ 1 - 1
src/views/post/ImagePostEdit.vue

@@ -232,7 +232,7 @@ export default {
     /** *********************************************************************/
     showImages(index) {
       const imageUrls = []
-      for (const i of this.data.images) {
+      for (const i of this.dataList) {
         imageUrls.push(i.originalUrl)
       }