From 8820048d55c3651b797fd76c35a235969333fe1e Mon Sep 17 00:00:00 2001 From: chenqi Date: Fri, 13 Mar 2026 08:59:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(emr):=20=E6=B7=BB=E5=8A=A0=E4=BD=8F?= =?UTF-8?q?=E9=99=A2=E7=97=85=E5=8E=86=E8=8F=9C=E5=8D=95=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 primaryMenuEnum 字段用于标识住院病历类型 - 设置默认值为 1 对应住院病历文档类型枚举 --- openhis-ui-vue3/src/views/inpatientDoctor/home/emr/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/openhis-ui-vue3/src/views/inpatientDoctor/home/emr/index.vue b/openhis-ui-vue3/src/views/inpatientDoctor/home/emr/index.vue index 4603ab01..91d36dc6 100644 --- a/openhis-ui-vue3/src/views/inpatientDoctor/home/emr/index.vue +++ b/openhis-ui-vue3/src/views/inpatientDoctor/home/emr/index.vue @@ -137,6 +137,7 @@ const queryParams = ref({ name: '', useRanges: [1, 2], // 0 暂不使用 1 全院 2 科室 3 个人 organizationId: userStore.orgId, + primaryMenuEnum: 1, // 1-住院病历 (DocTypeEnum.IN_DOC) }); const loading = ref(false); // 数据加载状态 const currentSelectTemplate = ref({