From 571503a6f8d3ef2eb3d6929d4a584644fff7c896 Mon Sep 17 00:00:00 2001
From: 이민희 <mhlee@maprex.co.kr>
Date: 금, 14 1월 2022 15:53:04 +0900
Subject: [PATCH] 이슈 업체 메일 보내기 수정

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

diff --git a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
index ae45356..2d264c3 100644
--- a/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
+++ b/src/main/webapp/scripts/app/hostingField/hostingFieldList.controller.js
@@ -15,6 +15,7 @@
                 $scope.fn = {
                     getPageList : getPageList, // �샇�뒪�똿 愿�由� 由ъ뒪�듃
                     makeTableConfigs : makeTableConfigs, //  �뀒�씠釉� �꽕�젙
+                    changePageRowCount : changePageRowCount,    //  �럹�씠吏� 蹂�寃�
                     initSearch : initSearch, //寃��깋 議곌굔 珥덇린�솕
                     add : add, //�샇�뒪�똿 �깮�꽦
                     removes : removes, //�샇�뒪�똿 �궘�젣
@@ -54,6 +55,11 @@
                     $scope.fn.getPageList(0);
                 }
 
+                //  �럹�씠吏� 蹂�寃�
+                function changePageRowCount() {
+                    $scope.fn.getPageList(0);
+                }
+
                 //  �궗�슜�옄 �젙�쓽 �븘�뱶 紐⑸줉 �뀒�씠釉� �꽕�젙
                 function makeTableConfigs() {
                     $scope.vm.tableConfigs = [];

--
Gitblit v1.8.0