OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-01-25 9709ddf7896ad4d02859d755fb8ef1a28599b587
src/main/webapp/scripts/components/issue/issue.service.js
@@ -146,11 +146,16 @@
                });
            },
            sendCommonEmail : function (conditions) {
                return $http.post("issue/sendCommonEmail", conditions).then(function (response) {
                conditions.url = "issue/sendCommonEmail";
                return $upload.upload(conditions).progress(function (evt) {
                    //  파일 업로드 진행율을 표시해준다.
                    fileUploadProgress(evt);
                }).then(function (response) {
                    $log.debug("이슈 이메일 발송 결과 : ", response);
                    return response;
                });
            }
            },
        }
    }
    ])