From 2c66e3b37a434b9218b5eac62270b4be91fb6b55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B3=E7=BE=BD?= <关羽@gentronhealth.com> Date: Sat, 9 May 2026 18:46:00 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20Bug=20#465:=20[=E4=BD=8F=E9=99=A2?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=B7=A5=E4=BD=9C=E7=AB=99-=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E7=94=B3=E8=AF=B7]=20=E6=A3=80=E9=AA=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=80=89=E6=8B=A9=E5=88=97=E8=A1=A8=E8=A2=AB=E9=99=90?= =?UTF-8?q?=E5=88=B6=E4=B8=BA500=E9=A1=B9=EF=BC=8C=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E5=8C=BB=E7=94=9F=E6=97=A0=E6=B3=95=E6=A3=80=E7=B4=A2=E5=B9=B6?= =?UTF-8?q?=E5=BC=80=E7=AB=8B=E5=85=B6=E4=BD=99800=E5=A4=9A=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 getApplicationList 请求的 pageSize 从 500 改为 9999,确保所有启用的检验类诊疗项目都能加载到申请单列表中。 Co-Authored-By: Claude Opus 4.7 --- .../home/components/order/applicationForm/laboratoryTests.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue index 547aa2c4..1ef2ac86 100755 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/components/order/applicationForm/laboratoryTests.vue @@ -112,7 +112,7 @@ const getList = () => { } loading.value = true; getApplicationList({ - pageSize: 500, + pageSize: 9999, pageNum: 1, categoryCode: '22', organizationId: patientInfo.value.inHospitalOrgId,