reghao 1 год назад
Родитель
Сommit
40b3aee0f7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/post/ImagePostEdit.vue

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

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