wangxy 1 день назад
Родитель
Сommit
bb19a2b67c
1 измененных файлов с 2 добавлено и 1 удалено
  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();
 	}