From 852e363eae68949ac9257e01a0e4fa389da18e7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 26 Mar 2025 11:12:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=91=BC=E8=AE=B0=E5=BD=95=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=9D=A1=E4=BB=B6=E6=89=B9=E6=AC=A1=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/ImportDetails/index.vue | 6 +++--- src/views/manage/patientInfoImport/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/manage/ImportDetails/index.vue b/src/views/manage/ImportDetails/index.vue index 1734b0d..6b227c6 100644 --- a/src/views/manage/ImportDetails/index.vue +++ b/src/views/manage/ImportDetails/index.vue @@ -124,7 +124,7 @@ + :indexFromWrap="queryParams.pageNum" @updateCPage="updateCPage"> @@ -158,8 +158,8 @@ export default { patientInfoList: [], // 查询参数 queryParams: { - // pageNum: 1, - // pageSize: 100, + pageNum: 1, + pageSize: 100, sn: this.$route.query.sn, patientName: null, patientPhone: null, diff --git a/src/views/manage/patientInfoImport/index.vue b/src/views/manage/patientInfoImport/index.vue index f3e444a..bf60a74 100644 --- a/src/views/manage/patientInfoImport/index.vue +++ b/src/views/manage/patientInfoImport/index.vue @@ -15,13 +15,13 @@ - +