From 9f30425f290c710a12b95d98a7f67ec66016b470 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 월, 17 1월 2022 12:57:23 +0900 Subject: [PATCH] - 이슈 추가,수정 시 이력 남기는 부분 코드 수정 --- src/main/webapp/scripts/components/utils/autoComplete.controller.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/scripts/components/utils/autoComplete.controller.js b/src/main/webapp/scripts/components/utils/autoComplete.controller.js index 0e0b256..e4b86e9 100644 --- a/src/main/webapp/scripts/components/utils/autoComplete.controller.js +++ b/src/main/webapp/scripts/components/utils/autoComplete.controller.js @@ -521,7 +521,7 @@ parentId : (function () { // �뾽醫�(��遺꾨쪟) var parentId = ""; if (parentSector != null && parentSector !== "") { - parentId = parentSector[0].id; + parentId = parentSector; }else { parentId = parentSectorId; } -- Gitblit v1.8.0