mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
배치 상세조회 시 이전 데이터 가져오는 부분 수정
This commit is contained in:
@@ -176,7 +176,7 @@ router.beforeEach((to, from, next) => {
|
||||
nextUrl == '/sysMgt/authAdd' ||
|
||||
nextUrl == '/sysMgt/authModify' ||
|
||||
nextUrl == '/sysMgt/authModify' ||
|
||||
nextUrl == '/sysMgt/batchDetail'
|
||||
nextUrl.indexOf('/sysMgt/batchDetail') > -1
|
||||
) {
|
||||
for (var i = 0; i < menuUrls.length; i++) {
|
||||
if (menuUrls[i] == '/sysMgt/authList') {
|
||||
|
||||
Reference in New Issue
Block a user