zhongrj
2023-11-29 739300b096b88ce9f7421e3bd9a51c7d1813f242
楼栋下转参数修改
1 files modified
4 ■■■■ changed files
subPackage/house/list/index.vue 4 ●●●● patch | view | raw | blame | history
subPackage/house/list/index.vue
@@ -122,7 +122,7 @@
            pushPage(value) {
                const {
                    id,
                    title,
                    name,
                    addressType
                } = value
                if (!id) {
@@ -132,7 +132,7 @@
                if (addressType == 1 || addressType == 3 || addressType == 4) {
                    if (id !== void 0) {
                        let url = `/subPackage/house/family/index?id=${id}&housingName=${this.curHouseTitle}
                        &buildingName=${title}&addressType=${addressType}&neiCode=${this.currentId}`
                        &buildingName=${name}&addressType=${addressType}&neiCode=${this.currentId}`
                        this.$u.func.globalNavigator(url, "navTo")
                    }
                } else {