修改绑定房源切换城市之后的数据展示逻辑

This commit is contained in:
赵毅 2025-10-18 16:09:43 +08:00
parent 770d53a51b
commit 6bfc147b86

View File

@ -189,6 +189,13 @@ export default {
region: val.confirmDist.ad_name.split(",").join(""), region: val.confirmDist.ad_name.split(",").join(""),
...val.confirmDist, ...val.confirmDist,
}; };
// step1
this.step = "1";
//
this.selectedFloorIndex = -1;
this.selectedRoomIndex = -1;
this.selectedFinalRoomIndex = -1;
//
this.searchByName(); this.searchByName();
this.show = false; this.show = false;
}, },