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();