fix: bug344 - 取消预约后重新获取医生余号数据
This commit is contained in:
@@ -513,7 +513,8 @@ export default {
|
|||||||
this.tickets[ticketIndex].phone = null;
|
this.tickets[ticketIndex].phone = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.fetchTickets({ refreshDepartments: false, refreshDoctors: true }).catch(() => {});
|
// 重新获取号源数据和医生余号数据
|
||||||
|
this.onSearch();
|
||||||
|
|
||||||
// 关闭上下文菜单
|
// 关闭上下文菜单
|
||||||
this.closeContextMenu();
|
this.closeContextMenu();
|
||||||
|
|||||||
Reference in New Issue
Block a user