From 6c2dbf04184d0ad81d06a0e8b41fd6598f363102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E9=94=A6=E6=B6=9B?= <26050301730@qq.com> Date: Fri, 31 Oct 2025 16:35:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=AF=E5=93=81=E7=B1=BB=E5=88=AB=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=AB=E8=A1=A8=E5=86=85=E5=AE=B9=E9=94=99=E8=AF=AF?= =?UTF-8?q?=EF=BC=8C=E8=8D=AF=E5=93=81=E7=B1=BB=E5=88=AB=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E5=AD=97=E5=85=B8=E7=AE=A1=E7=90=86=E7=9A=84?= =?UTF-8?q?=E8=8D=AF=E5=93=81=E5=88=86=E7=B1=BB=E7=BC=96=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/basicmanage/pharmacyDepartment/index.vue | 4 ++-- .../doctorstation/components/emr/emrhistory.vue | 13 ++----------- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/openhis-ui-vue3/src/views/basicmanage/pharmacyDepartment/index.vue b/openhis-ui-vue3/src/views/basicmanage/pharmacyDepartment/index.vue index e480a5bb..362d8436 100644 --- a/openhis-ui-vue3/src/views/basicmanage/pharmacyDepartment/index.vue +++ b/openhis-ui-vue3/src/views/basicmanage/pharmacyDepartment/index.vue @@ -82,7 +82,7 @@ :class="{ 'error-border': scope.row.error }" > 1) { - // 注意:这里不再直接清除选择,而是通过下一次选择实现单选效果 - // 这样全选框的功能就能正常工作了 - console.log('选择了多行,系统将保持单选模式'); - // 我们仍然可以处理选中的数据,比如只保留最后一行用于业务操作 - // 但不修改表格的实际选中状态 - } } function clickRow(row) {