|
|
@@ -35,6 +35,7 @@ export default { |
|
|
|
GetReservationGoodsExcel(data) { |
|
|
|
return request('/kitchen/api/Reservation/GetReservationGoodsExcel', { |
|
|
|
method: 'POST', |
|
|
|
responseType: 'blob', |
|
|
|
data |
|
|
|
}); |
|
|
|
}, |
|
|
@@ -46,6 +47,7 @@ export default { |
|
|
|
GetReservationUserExcel(data) { |
|
|
|
return request('/kitchen/api/Reservation/GetReservationUserExcel', { |
|
|
|
method: 'POST', |
|
|
|
responseType: 'blob', |
|
|
|
data |
|
|
|
}); |
|
|
|
} |
|
|
|