OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-08 9f0358748342d5dd09d68c3206fe137c2a0093fd
src/main/webapp/scripts/app/companyField/companyFieldList.controller.js
@@ -17,7 +17,8 @@
                    makeTableConfigs : makeTableConfigs, //  테이블 설정
                    initSearch : initSearch, //검색 조건 초기화
                    add : add, //업체 생성
                    removes : removes //업체 삭제
                    removes : removes, //업체 삭제
                    makeSearchConditions : makeSearchConditions //엑셀 다운로드
                };
                //  변수
@@ -221,6 +222,13 @@
                        });
                }
                function makeSearchConditions() {
                    var conditions = {
                        name: $scope.vm.search.name
                    }
                    return conditions;
                }
                $scope.fn.makeTableConfigs();
                //$scope.fn.getPageList();
            }