Browse Source

修改返回

wangxy 15 hours ago
parent
commit
952fda1aba
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/admin/kehu/components/search.vue

+ 2 - 1
pages/admin/kehu/components/search.vue

@@ -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();
 }