From cfc7ca9b4e7590933190f9b156bf8b99984873b7 Mon Sep 17 00:00:00 2001
From: wangjian963 <15215920+aprilry@user.noreply.gitee.com>
Date: Wed, 17 Jun 2026 11:13:11 +0800
Subject: [PATCH] =?UTF-8?q?676=20[=E4=BD=8F=E9=99=A2=E5=8C=BB=E7=94=9F?=
=?UTF-8?q?=E7=AB=99-=E4=B8=B4=E5=BA=8A=E5=8C=BB=E5=98=B1]=20=E5=8B=BE?=
=?UTF-8?q?=E9=80=89=E2=80=9C=E5=BE=85=E7=AD=BE=E5=8F=91=E2=80=9D=E4=B8=B4?=
=?UTF-8?q?=E6=97=B6=E5=8C=BB=E5=98=B1=E5=90=8E=EF=BC=8C=E7=82=B9=E5=87=BB?=
=?UTF-8?q?=E3=80=90=E7=AD=BE=E5=8F=91=E3=80=91=E6=8C=89=E9=92=AE=E6=97=A0?=
=?UTF-8?q?=E5=93=8D=E5=BA=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/views/inpatientDoctor/home/components/order/index.vue | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/index.vue b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/index.vue
index 2dd1e4151..6e4ef6eb5 100755
--- a/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/index.vue
+++ b/healthlink-his-ui/src/views/inpatientDoctor/home/components/order/index.vue
@@ -6,7 +6,7 @@
新增
保存
- 签发
+ 签发
撤回
@@ -1605,6 +1605,8 @@ function handleSave() {
if (res.code === 200) {
proxy.$modal.msgSuccess('签发成功');
isSaving.value = false;
+ // 清除勾选状态
+ prescriptionRef.value?.clearCheckboxRow();
getListInfo(false);
bindMethod.value = {};
nextId.value == 1;