Sfoglia il codice sorgente

隔离点图片回显

pm 1 anno fa
parent
commit
cb22fea831
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/mes/md/segregationpoint/index.vue

+ 1 - 1
src/views/mes/md/segregationpoint/index.vue

@@ -480,7 +480,7 @@ export default {
     },
     //图片上传成功
     handleImgUplaoded(imgUrl) {
-      this.form.pointIcon = imgUrl;
+      this.form.pointIcon = imgUrl[0].url;
     },
     //图片移除
     handleImgRemoved(imgUrl) {