lin
2024-03-18 bcd69d38e256129077d6dfc71f2b1781bcce71e4
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 = '';
            }