Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app
| | |
| | | pushPage(value) {
|
| | | const {
|
| | | id,
|
| | | title,
|
| | | name,
|
| | | addressType
|
| | | } = value
|
| | | if (!id) {
|
| | |
| | | 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 {
|
| | | // 跳转场所页面 addressType == 2
|
| | | // let url = `/subPackage/workbench/views/cscj?stdId=${id}`
|
| | | let url = `/subPackage/workbench/views/cscj?houseCode=${id}`
|
| | | console.log(id,9999)
|
| | | let url = `/subPackage/house/houseNumber/index?stdId=${id}`
|
| | | this.$u.func.globalNavigator(url, "navTo")
|
| | | }
|
| | | }
|