정리
This commit is contained in:
@@ -67,7 +67,7 @@ export const BattleEventModify = async (token, id, params) => {
|
||||
};
|
||||
|
||||
// 전투시스템 삭제
|
||||
export const BattleEventDelete = async (token, params, id) => {
|
||||
export const BattleEventDelete = async (token, params) => {
|
||||
try {
|
||||
const res = await Axios.delete(`/api/v1/battle/event/delete`, {
|
||||
headers: { Authorization: `Bearer ${token}` },
|
||||
|
||||
@@ -147,7 +147,6 @@ const BattleEvent = () => {
|
||||
break;
|
||||
case "deleteComplete":
|
||||
handleModalClose('deleteComplete');
|
||||
// fetchData(option);
|
||||
window.location.reload();
|
||||
break;
|
||||
case "warning":
|
||||
|
||||
@@ -140,7 +140,6 @@ const LandAuction = () => {
|
||||
break;
|
||||
case "deleteComplete":
|
||||
handleModalClose('deleteComplete');
|
||||
// fetchData(option);
|
||||
window.location.reload();
|
||||
break;
|
||||
case "warning":
|
||||
|
||||
Reference in New Issue
Block a user