From 2956296301b026fa2839fb611ebba40b434c4140 Mon Sep 17 00:00:00 2001 From: chenqi Date: Sun, 21 Jun 2026 14:50:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(emr):=20=E7=97=85=E5=8E=86=E6=A3=80?= =?UTF-8?q?=E7=B4=A2=E9=BB=98=E8=AE=A4=E5=88=86=E9=A1=B5=E6=94=B9=E4=B8=BA?= =?UTF-8?q?10=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- healthlink-his-ui/src/views/emrsearch/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/healthlink-his-ui/src/views/emrsearch/index.vue b/healthlink-his-ui/src/views/emrsearch/index.vue index ed052c381..36c5111c1 100644 --- a/healthlink-his-ui/src/views/emrsearch/index.vue +++ b/healthlink-his-ui/src/views/emrsearch/index.vue @@ -183,7 +183,7 @@ const queryParams = reactive({ doctorName: '', departmentName: '', pageNo: 1, - pageSize: 20 + pageSize: 10 }) const emrTypeOptions = [ @@ -233,7 +233,7 @@ const resetQuery = () => { doctorName: '', departmentName: '', pageNo: 1, - pageSize: 20 + pageSize: 10 }) handleSearch() }