| subPackage/house/houseNumber/index.vue | ●●●●● 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',