zhongrj
2024-03-18 fe4479a8216b7f841f273317a8c429cdf4cbfe02
房屋修改报错
1 files modified
4 ■■■■ changed files
subPackage/house/roomControl/myHouse.vue 4 ●●●● patch | view | raw | blame | history
subPackage/house/roomControl/myHouse.vue
@@ -333,6 +333,8 @@
                        urls.push(e.name)
                    })
                    this.form.imageUrls = urls.join(",")
                }else{
                    this.form.imageUrls = '';
                }
                if (this.form.propertyCertificateImg.length) {
@@ -341,6 +343,8 @@
                        urls.push(e.name)
                    })
                    this.form.propertyCertificateImg = urls.join(",")
                }else{
                    this.form.propertyCertificateImg = '';
                }