resolve comment

This commit is contained in:
Tran Van Dung/(Tran Van Dung)/현장대리인/SK
2025-08-21 10:43:44 +07:00
parent 20211168e9
commit cd1abec719
2 changed files with 12 additions and 13 deletions

View File

@ -513,7 +513,7 @@ export const actions = {
//commit("pageInit", {});
break;
case 'create':
console.log("---------DEBUGmyPrgmId:", myPrgmId);
// console.log("---------DEBUGmyPrgmId:", myPrgmId);
if (!list.some(it => it === myPrgmId)) {
// console.log("클릭 한 메뉴가 기존 목록에 없다 => 새로 push"); // & 초기화 세팅
localStorage.setItem('pageData', JSON.stringify(state.pageData));