重新提交

This commit is contained in:
Ranyunqiao
2026-03-19 10:21:24 +08:00
parent 6ed41eb513
commit 266b06114a

View File

@@ -941,8 +941,7 @@ function initializeSearchList(row) {
// 项目搜索处理(支持首字母和模糊搜索) // 项目搜索处理(支持首字母和模糊搜索)
function handleProjectSearch(query, row) { function handleProjectSearch(query, row) {
console.log('搜索关键字:', query)
if (!query || query.trim() === '') { if (!query || query.trim() === '') {
row.filteredList = diagnosisTreatmentList.value row.filteredList = diagnosisTreatmentList.value
return return