zhongrj
2024-03-18 7c73108d65e6a7efbb0988e5fc99f4f796ea38a4
三级消防单位回显
1 files modified
10 ■■■■■ changed files
subPackage/house/houseNumber/index.vue 10 ●●●●● patch | view | raw | blame | history
subPackage/house/houseNumber/index.vue
@@ -188,7 +188,11 @@
                        name: 'frontType',
                        value: '未完善'
                    },
                    {
                        title: '三级消防单位',
                        name: 'threeFireProtection',
                        value: '未完善'
                    },
                    {
                        title: '场所负责人',
                        name: 'principal',
@@ -476,6 +480,10 @@
                            item.value = data.isFront == 1 ? "是" : "否"
                        }
                        if (item.name == 'threeFireProtection') {
                            item.value = data.threeFireProtection == 1 ? "是" : "否"
                        }
                        if (data.isFront == 1 && item.name == "frontType") {
                            this.getBizDict('frontType', (list) => {
                                item.value = this.$getIndex(list, data.frontType, 'dictKey',