Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
| | |
| | | treeEmptyText: "", |
| | | |
| | | contentShow: true, |
| | | unitOptions: [], |
| | | unitOptions: [{ value: 1, label: '1单元' }], |
| | | unitValue: 1, |
| | | searchHouse: '', |
| | | navType: 0, |
| | |
| | | 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) { |