Kaynağa Gözat

update ImagePostEdit.vue

reghao 1 yıl önce
ebeveyn
işleme
40b3aee0f7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)
       }