Lou
2024-03-18 cfa783266351f863ceee19c2fa3dc506ea0fe372
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
3 files modified
8 ■■■■ changed files
subPackage/house/houseNumber/index.vue 4 ●●●● patch | view | raw | blame | history
subPackage/house/roomControl/myHouse.vue 2 ●●● patch | view | raw | blame | history
subPackage/workbench/views/editCscj.vue 2 ●●● patch | view | raw | blame | history
subPackage/house/houseNumber/index.vue
@@ -481,8 +481,8 @@
                        }
                        if (item.name == 'threeFireProtection') {
                            item.value = data.threeFireProtection == 1 ? "是" : "否"
                            item.value = data.threeFireProtection == 1 ? "否" : "是"
                        }
                        if (data.isFront == 1 && item.name == "frontType") {
                            this.getBizDict('frontType', (list) => {
subPackage/house/roomControl/myHouse.vue
@@ -41,7 +41,7 @@
                    <view class="pic" v-if="roleType == 1">
                        <newBoxTitle title="房产证照片"></newBoxTitle>
                        <newBoxTitle title="产权证明"></newBoxTitle>
                        <u-upload :fileList="form.propertyCertificateImg"
                            :previewFullImage="uploadConfig.previewFullImage" :accept="uploadConfig.acceptImg"
                            :multiple="uploadConfig.multiple" :maxCount="uploadConfig.maxCount"
subPackage/workbench/views/editCscj.vue
@@ -79,7 +79,7 @@
                            </u-radio>
                        </u-radio-group>
                        <view class="f-30" v-if="currentId">
                            {{form.threeFireProtection == 1?"是":"否"}}
                            {{form.threeFireProtection == 1?"否":"是"}}
                        </view>
                    </u-form-item>
                    <u-form-item class="form-item" labelWidth="100" label="备注:" prop="remark">