重新提交
This commit is contained in:
@@ -941,7 +941,6 @@ function initializeSearchList(row) {
|
||||
|
||||
// 项目搜索处理(支持首字母和模糊搜索)
|
||||
function handleProjectSearch(query, row) {
|
||||
console.log('搜索关键字:', query)
|
||||
|
||||
if (!query || query.trim() === '') {
|
||||
row.filteredList = diagnosisTreatmentList.value
|
||||
|
||||
Reference in New Issue
Block a user