个人/中介 搜索 求房源 首页更新
This commit is contained in:
@@ -238,6 +238,9 @@ let setSeachConditions = (type, data) => {
|
||||
...data
|
||||
}
|
||||
}
|
||||
if(!seachVal.value){
|
||||
seachAllType.searchid=''
|
||||
}
|
||||
// console.log('seachAllType', seachAllType)
|
||||
// return
|
||||
getDataList(seachAllType, tabType.value)
|
||||
@@ -266,7 +269,7 @@ let searchInit = (data) => {
|
||||
}
|
||||
//搜索数据
|
||||
let seachList = (item) => {
|
||||
console.log(seachVal.value)
|
||||
if(seachVal.value.replace(/\s/g,""))return
|
||||
if (!seachVal.value) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user