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