From e604eafc52886904487df879806307d105818098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=86=E6=82=9F?= <735033209@qq.com> Date: Fri, 7 Mar 2025 10:01:16 +0800 Subject: [PATCH] 20250307 --- src/views/Patient/index.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/views/Patient/index.vue b/src/views/Patient/index.vue index 277cc63..6e788df 100644 --- a/src/views/Patient/index.vue +++ b/src/views/Patient/index.vue @@ -11,7 +11,7 @@
@@ -19,7 +19,7 @@
+ @change="changeComponent" @on-success="onSearch">
@@ -228,10 +228,6 @@ 'setVideo', 'setBook', ]), - handleSearchChange(e){ - console.log(e.data) - if(!e.data) this.onSearch() - }, //搜索 onSearch(data) { this.$refs.patientList.getData(1, this.searchVal, 'search')