src/views/grid/gridman.vue
@@ -261,7 +261,10 @@ }, beforeOpen (done, type) { if (["edit", "view"].includes(type)) { getGridman(this.form.id).then((res) => { const param = { id:this.form.id } getGridman(param).then((res) => { this.form = res.data.data if (this.form.picUrl) { this.form.picUrl = website.minioUrl + this.form.picUrl