From 4d976ade1994dfd2139cf9319c5978c6c366556c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BA=91?= Date: Thu, 9 Apr 2026 09:35:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug344=20-=20=E5=8F=96=E6=B6=88=E9=A2=84?= =?UTF-8?q?=E7=BA=A6=E5=90=8E=E9=87=8D=E6=96=B0=E8=8E=B7=E5=8F=96=E5=8C=BB?= =?UTF-8?q?=E7=94=9F=E4=BD=99=E5=8F=B7=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/appoinmentmanage/outpatientAppointment/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/appoinmentmanage/outpatientAppointment/index.vue b/openhis-ui-vue3/src/views/appoinmentmanage/outpatientAppointment/index.vue index 8579f67e..7f285be2 100644 --- a/openhis-ui-vue3/src/views/appoinmentmanage/outpatientAppointment/index.vue +++ b/openhis-ui-vue3/src/views/appoinmentmanage/outpatientAppointment/index.vue @@ -513,7 +513,8 @@ export default { this.tickets[ticketIndex].phone = null; } - this.fetchTickets({ refreshDepartments: false, refreshDoctors: true }).catch(() => {}); + // 重新获取号源数据和医生余号数据 + this.onSearch(); // 关闭上下文菜单 this.closeContextMenu();