guanqb
2023-04-28 9a1d07f6cfb326a48260eda87548290cec658dd2
社区单元初始值为1的问题
1 files modified
4 ■■■■ changed files
src/views/house/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/house/index.vue
@@ -484,7 +484,7 @@
            contentShow: true,
            unitOptions: [{ value: 1, label: "1单元" }],
            unitValue: 1,
            unitValue: '',
            searchHouse: "",
            navType: 0,
@@ -985,7 +985,7 @@
                        this.unitAllArr = houseUintList
                        this.isShowUnitChoose = true
                        this.unitOptions = []
                        this.unitValue = 1
                        this.unitValue = '1单元'
                        houseUintList.children_infos.forEach((item, index) => {
                            this.unitOptions.push({
                                value: `${index + 1}`,