zhongrj
2023-12-23 3031ff682f15675d2cabc7e8535a2df050b96a13
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