|
|
@ -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; |
|
|
|