From c1213fcf5928a6bc024233a05b61296e8f5fe988 Mon Sep 17 00:00:00 2001 From: wzk <2438381872@qq.com> Date: Wed, 29 Oct 2025 09:21:55 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E5=A4=8D=E5=8C=BB=E5=98=B1?= =?UTF-8?q?=E8=AF=B7=E9=80=89=E6=8B=A9=E9=A1=B9=E7=9B=AE=E9=80=89=E5=AE=8C?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E6=A1=86=E4=B8=8D=E6=B6=88=E5=A4=B1"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4afe0d107ce3b08c49c87555a6342673bdecd6b2. --- .../doctorstation/components/prescription/prescriptionlist.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue index e15e9532..079b10df 100644 --- a/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue +++ b/openhis-ui-vue3/src/views/doctorstation/components/prescription/prescriptionlist.vue @@ -1017,8 +1017,6 @@ function handleChange(value) { * 选择药品回调 */ function selectAdviceBase(key, row) { -// 立即关闭当前弹窗 - prescriptionList.value[rowIndex.value].showPopover = false; if (row.adviceType == 3) { getActivityBindDevice({ activityId: row.adviceDefinitionId }).then((res) => { if (res.data.activityBindDeviceInfos?.length > 0) {