test, deleted system alert
This commit is contained in:
@@ -238,6 +238,7 @@ export const addReservation = (data) => {
|
||||
},
|
||||
information: {
|
||||
showId: data.params.showId,
|
||||
chinId: data.params.chanId,
|
||||
},
|
||||
},
|
||||
onSuccess: (res) => {
|
||||
@@ -270,9 +271,9 @@ export const deleteReservation = (scheduleIdList) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const searchReservation = (showId) => {
|
||||
export const searchReservation = (chanId) => {
|
||||
if (typeof window === "object" && !window.PalmSystem) {
|
||||
console.log("LUNA SEND searchReservation showId", showId);
|
||||
console.log("LUNA SEND searchReservation chanId", chanId);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user