Browse Source

修改返回

wangxy 2 days ago
parent
commit
bb19a2b67c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/admin/Hetong/components/search.vue

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

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