fix(WEB): 수주 등록/수정 저장 후 잘못된 경로로 이동하는 문제 수정
- orderConfig.ts basePath를 /sales/order-management → /sales/order-management-sales로 수정
This commit is contained in:
@@ -10,7 +10,7 @@ export const orderCreateConfig: DetailConfig = {
|
||||
title: '수주',
|
||||
description: '견적을 수주로 전환하거나 새 수주를 등록합니다',
|
||||
icon: FileText,
|
||||
basePath: '/sales/order-management',
|
||||
basePath: '/sales/order-management-sales',
|
||||
fields: [],
|
||||
actions: {
|
||||
showBack: true,
|
||||
@@ -27,7 +27,7 @@ export const orderEditConfig: DetailConfig = {
|
||||
title: '수주',
|
||||
description: '수주 정보를 수정합니다',
|
||||
icon: FileText,
|
||||
basePath: '/sales/order-management',
|
||||
basePath: '/sales/order-management-sales',
|
||||
fields: [],
|
||||
actions: {
|
||||
showBack: true,
|
||||
|
||||
Reference in New Issue
Block a user