|
@@ -79,7 +79,7 @@ function handleClose() {
|
|
|
function handleSearch(){
|
|
function handleSearch(){
|
|
|
let searchKey = '';
|
|
let searchKey = '';
|
|
|
searchKey = selectedOption.value.value;
|
|
searchKey = selectedOption.value.value;
|
|
|
- let da = searchInput.value
|
|
|
|
|
|
|
+ const da = searchInput.value;
|
|
|
// 搜索 key和 data
|
|
// 搜索 key和 data
|
|
|
$emit('search-btn',searchKey,da);
|
|
$emit('search-btn',searchKey,da);
|
|
|
searchPopup.value.close();
|
|
searchPopup.value.close();
|