diff --git a/src/api/tea.ts b/src/api/tea.ts index a9ba285..2380d9b 100644 --- a/src/api/tea.ts +++ b/src/api/tea.ts @@ -104,6 +104,7 @@ export interface ICreateTeaSpecialistOrderParams { tea_id: string user_coupon_id: number server_number: number + team_group_id?: number } export function createTeaSpecialistOrder(data: ICreateTeaSpecialistOrderParams) { diff --git a/src/bundle/order/tea-specialist/order-list.vue b/src/bundle/order/tea-specialist/order-list.vue index e5f5436..fe2febf 100644 --- a/src/bundle/order/tea-specialist/order-list.vue +++ b/src/bundle/order/tea-specialist/order-list.vue @@ -12,7 +12,7 @@