fix: [items] 품목 폼 저장/에러 시 하드코딩 경로 → router.back() 전환
This commit is contained in:
@@ -405,8 +405,7 @@ export default function DynamicItemForm({
|
||||
}
|
||||
}
|
||||
|
||||
router.push('/production/screen-production');
|
||||
router.refresh();
|
||||
router.back();
|
||||
});
|
||||
} catch (error) {
|
||||
// 2025-12-11: 백엔드에서 중복 에러 반환 시 다이얼로그 표시
|
||||
|
||||
Reference in New Issue
Block a user