| subPackage/workbench/views/cscj.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/csjl.vue | ●●●●● patch | view | raw | blame | history |
subPackage/workbench/views/cscj.vue
@@ -367,7 +367,8 @@ onLoad(option) { const { houseCode, id id, type } = option this.houseCode = houseCode this.currentId = id @@ -375,7 +376,11 @@ this.getBuildingDetail() } if (!!type || type != void 0) { uni.setNavigationBarTitle({ title: '详情' }) } }, onShow() { this.getLabel() subPackage/workbench/views/csjl.vue
@@ -131,7 +131,7 @@ }) return } let url = "/subPackage/workbench/views/cscj?id=" + id let url = "/subPackage/workbench/views/cscj?id=" + id + "&type=1" this.$u.func.globalNavigator(url) } }