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