重新提交
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user