test, deleted system alert
This commit is contained in:
@@ -399,7 +399,7 @@ export const deleteReservation = (scheduleIdList) => (dispatch) => {
|
||||
};
|
||||
|
||||
export const searchReservation = (showId) => (dispatch) => {
|
||||
lunaSend.searchReservation({
|
||||
lunaSend.searchReservation(showId, {
|
||||
onSuccess: (res) => {
|
||||
console.log(res);
|
||||
let items = [];
|
||||
|
||||
@@ -270,9 +270,9 @@ export const deleteReservation = (scheduleIdList) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const searchReservation = () => {
|
||||
export const searchReservation = (showId) => {
|
||||
if (typeof window === "object" && !window.PalmSystem) {
|
||||
console.log("LUNA SEND searchReservation");
|
||||
console.log("LUNA SEND searchReservation showId", showId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user