搜索页新增求房源判断
This commit is contained in:
@@ -181,7 +181,7 @@ onMounted(() => {
|
||||
routeQuery.data = route.currentRoute.value.query
|
||||
console.log(routeQuery)
|
||||
if(routeQuery.data.keyword){
|
||||
inputModuleInfo.value.searchInit(routeQuery.data.keyword)
|
||||
inputModuleInfo.value.searchInit(routeQuery.data.keyword)//调用搜索组件的搜索功能
|
||||
route.currentRoute.value.query={}
|
||||
}else{
|
||||
getDataList()
|
||||
|
||||
Reference in New Issue
Block a user