diff --git a/src/components/items/DynamicItemForm/index.tsx b/src/components/items/DynamicItemForm/index.tsx
index c127bba3..45ae1ea7 100644
--- a/src/components/items/DynamicItemForm/index.tsx
+++ b/src/components/items/DynamicItemForm/index.tsx
@@ -405,8 +405,7 @@ export default function DynamicItemForm({
}
}
- router.push('/production/screen-production');
- router.refresh();
+ router.back();
});
} catch (error) {
// 2025-12-11: 백엔드에서 중복 에러 반환 시 다이얼로그 표시
diff --git a/src/components/items/ItemDetailEdit.tsx b/src/components/items/ItemDetailEdit.tsx
index 1b386aac..31d94eaa 100644
--- a/src/components/items/ItemDetailEdit.tsx
+++ b/src/components/items/ItemDetailEdit.tsx
@@ -350,7 +350,7 @@ export function ItemDetailEdit({ itemCode, itemType: urlItemType, itemId: urlIte
{error}