Ver código fonte

隔离点图片回显

pm 1 ano atrás
pai
commit
cb22fea831
1 arquivos alterados com 1 adições e 1 exclusões
  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) {