test, deleted system alert

This commit is contained in:
younghoon100.park
2024-07-01 13:35:15 +09:00
parent 109238b5b2
commit 9af4df86d5
4 changed files with 21 additions and 14 deletions

View File

@@ -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;
}