Browse Source

Merge branch 'bug_mk' into dev

feature
mk 1 year ago
parent
commit
06108a3072
  1. 4
      src/views/modules/shequ/chaxun.vue

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

Loading…
Cancel
Save