배치 상세조회 시 이전 데이터 가져오는 부분 수정

This commit is contained in:
Leeminha
2022-11-08 18:40:30 +09:00
parent ebfc6d85d0
commit 49a9f9e90b
4 changed files with 48 additions and 30 deletions

View File

@@ -38,7 +38,7 @@ export default [
meta: { public: false }
},
{
path: '/sysMgt/batchDetail',
path: '/sysMgt/batchDetail/:batchId',
component: BatchDetail,
name: 'batchDetail',
meta: { public: false }