update: 头部搜索能力补全
This commit is contained in:
@@ -60,7 +60,7 @@ const onCategoryChange = (event) => {
|
||||
}
|
||||
|
||||
const search = () => {
|
||||
window.open(`/repoList?softwareName=${softwareName.value}&searchType=${searchType.value}`, '_blank')
|
||||
window.open(`/repoList?softwareName=${softwareName.value ? softwareName.value : ''}&searchType=${searchType.value}`, '_blank')
|
||||
};
|
||||
|
||||
const handleClear = () => {
|
||||
|
||||
Reference in New Issue
Block a user