|
@@ -347,7 +347,7 @@ export default {
|
|
|
if (!search.isLink) return
|
|
|
this.$BRACE.methods.open({
|
|
|
route: {
|
|
|
- link: search.url + encodeURIComponent(this.search.input),
|
|
|
+ link: search.url + encodeURIComponent(this.search.input + '&selectType=title'),
|
|
|
appType: search.appType
|
|
|
}
|
|
|
})
|
|
@@ -404,10 +404,11 @@ export default {
|
|
|
const { bidding } = this.navBarSearchInfo
|
|
|
this.$BRACE.methods.open({
|
|
|
route: {
|
|
|
- link: bidding.url + encodeURIComponent(this.search.input),
|
|
|
+ link: bidding.url + encodeURIComponent(this.search.input + '&selectType=title') ,
|
|
|
appType: bidding.appType
|
|
|
}
|
|
|
})
|
|
|
+ this.popover.showPopover = false
|
|
|
}
|
|
|
}
|
|
|
}
|