diff --git a/src/views/modules/shequ/chaxun.vue b/src/views/modules/shequ/chaxun.vue index c2be7f533..e677811c9 100644 --- a/src/views/modules/shequ/chaxun.vue +++ b/src/views/modules/shequ/chaxun.vue @@ -696,9 +696,9 @@ export default { }); }else{ this.$store.dispatch('saveDataH', { doorName,houseId:id,fullName }); - this.$router.push({ name: 'fangwu-huaxiang' }); + this.$router.push({ name: 'house-huaxiang' }); this.$store.state.contentTabs = this.$store.state.contentTabs.map(item => { - if (item.name === "fangwu-huaxiang") { + if (item.name === "house-huaxiang") { return {...item, title: doorName }; } return item;