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;