pm 1 жил өмнө
parent
commit
cb22fea831

+ 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) {