详情发布房源列表

This commit is contained in:
2023-08-01 14:50:08 +08:00
parent 54bc83080d
commit 486f69d346
7 changed files with 18 additions and 14 deletions

View File

@@ -598,7 +598,7 @@ let getAddressListId = (id, type) => {
//查找出租类型
let getHireType = (data, id) => {
console.log(data)
// console.log(data)
let obj = null
data.map(res => {
if (res.id == id) obj = res
@@ -700,7 +700,7 @@ watchEffect(() => {
if (configData.data) {
hireTypeArr[1].hireType = setHireTypeArr(store.state.seachTypeData[2] ? store.state.seachTypeData[2].where[0].data : [], 1)
hireTypeArr[2].hireType = setHireTypeArr(store.state.seachTypeData[2] ? store.state.seachTypeData[2].where[1].data : [], 2)
console.log('route', route)
// console.log('route', route)
if (setRouterQuerySet.value) {
setRegionList()//设置地区数据
setSchoolData()//设置学校数据