From 491455286747cb100caee9ca12d9b5a94077b85e Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 화, 18 1월 2022 10:07:11 +0900
Subject: [PATCH] 이슈 추가/수정 시 ISP, 호스팅 이름 못 불러오는 문제 해결 (custom-input)

---
 src/main/webapp/scripts/app/companyField/companyFieldList.controller.js |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js b/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
index 7aac655..c641fac 100644
--- a/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
+++ b/src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
@@ -15,6 +15,7 @@
                 $scope.fn = {
                     getPageList : getPageList, // �뾽泥� 愿�由� 由ъ뒪�듃
                     makeTableConfigs : makeTableConfigs, //  �뀒�씠釉� �꽕�젙
+                    changePageRowCount : changePageRowCount,    //  �럹�씠吏� 蹂�寃�
                     initSearch : initSearch, //寃��깋 議곌굔 珥덇린�솕
                     add : add, //�뾽泥� �깮�꽦
                     makeSearchConditions : makeSearchConditions, //�뿊�� �떎�슫濡쒕뱶
@@ -67,6 +68,11 @@
                     };
                 }
 
+                //  �럹�씠吏� 蹂�寃�
+                function changePageRowCount() {
+                    $scope.fn.getPageList(0);
+                }
+
                 //  �궗�슜�옄 �젙�쓽 �븘�뱶 紐⑸줉 �뀒�씠釉� �꽕�젙
                 function makeTableConfigs() {
                     $scope.vm.tableConfigs = [];

--
Gitblit v1.8.0