OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-26 f2ad0cefdd2fc83040a5d915a2c7dd37783f4395
src/main/webapp/scripts/app/issue/issueDetail.controller.js
@@ -656,9 +656,9 @@
                    $scope.vm.editor.issueStatus = false;
                    $scope.vm.issueForm.issueStatusList = [];
                    $scope.vm.issueForm.issueStatusId = "";
                    if ($scope.$root.$$phase !== '$apply' && $scope.$root.$$phase !== '$digest') {
                    /*if ($scope.$root.$$phase !== '$apply' && $scope.$root.$$phase !== '$digest') {
                        $scope.$apply();
                    }
                    }*/
                }
                //  이슈 상태 변경
@@ -786,8 +786,8 @@
                function containsPartner(name) {
                    var result = false;
                    if ($scope.vm.viewer.useCompanyVo != null) {
                        $scope.vm.viewer.useCompanyVo.forEach(function (partnerVo) {
                    if ($scope.vm.viewer.usePartnerVo != null) {
                        $scope.vm.viewer.usePartnerVo.forEach(function (partnerVo) {
                            if (name === partnerVo.name) {
                                result = true;
                            }