fix: bug344 - 取消预约后重新获取医生余号数据

This commit is contained in:
赵云
2026-04-09 09:35:21 +08:00
parent 82951fe941
commit 4d976ade19

View File

@@ -513,7 +513,8 @@ export default {
this.tickets[ticketIndex].phone = null;
}
this.fetchTickets({ refreshDepartments: false, refreshDoctors: true }).catch(() => {});
// 重新获取号源数据和医生余号数据
this.onSearch();
// 关闭上下文菜单
this.closeContextMenu();