diff --git a/MD/MODULE_INDEX.md b/MD/MODULE_INDEX.md index c8d71d889..d0752eebc 100644 --- a/MD/MODULE_INDEX.md +++ b/MD/MODULE_INDEX.md @@ -1,7 +1,7 @@ # HealthLink-HIS 代码模块索引 > 供 LLM 快速定位代码。每个模块列出 Controller → Service → Mapper 关键文件。 -> 最后更新: 2026-06-16 06:00 (300 个 Controller) +> 最后更新: 2026-06-16 12:00 (300 个 Controller) ## 关键词 → 模块速查 diff --git a/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue b/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue index 04bae00c5..f0e1cb1c5 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/prescription/orderBindInfo.vue @@ -184,7 +184,7 @@ const handleDeleteRow = (row) => { // 提交处理 const handleSubmit = () => { - const selectedRows = consumableTableRef.value.getSelectionRows(); + const selectedRows = consumableTableRef.value.getCheckboxRecords(); // 保存到本地存储 localStorage.setItem('doctor' + userStore.id.toString(), dontShowAgain.value); if (selectedRows.length === 0) { diff --git a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue index 341921034..4bd66e3c7 100755 --- a/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/healthlink-his-ui/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -314,7 +314,7 @@ border @cell-click="clickRow" @cell-dblclick="clickRowDb" - @select="handleSelectionChange" + @checkbox-change="handleSelectionChange" > @@ -1103,7 +1075,7 @@
@@ -1161,18 +1133,21 @@ title="单次剂量" align="center" field="" + width="160" >