shuishen
2023-02-16 16c2113bae4e692e02ee3a2f4b686e1883cdbc91
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
1 files modified
5 ■■■■■ changed files
src/views/house/index.vue 5 ●●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -693,7 +693,7 @@
            treeEmptyText: "",
            contentShow: true,
            unitOptions: [],
            unitOptions: [{ value: 1, label: '1单元' }],
            unitValue: 1,
            searchHouse: '',
            navType: 0,
@@ -1036,8 +1036,9 @@
                        this.isShowUnitChoose = true
                    }
                    let allUnitDate = []
                    this.unitOptions = []
                    houseData.hwtxa.features.forEach((item, index) => {
                        this.unitOptions.push({ value: `${index + 2}`, label: `${item.properties.pgjmz}` })
                        this.unitOptions.push({ value: `${index + 1}`, label: `${item.properties.pgjmz}` })
                        let unitOptionData = []
                        unitData.forEach(inItem => {
                            if (inItem.properties.pgjmz == item.properties.pgjmz) {