|
@@ -44,11 +44,12 @@ function getExcel(){
|
|
|
|
|
|
newForm.attr( "id", "excelForm" );
|
|
|
newForm.attr( "method", "post" );
|
|
|
- newForm.attr( "action", "./excel" );
|
|
|
+ newForm.attr( "action", "./statisticsExcel" );
|
|
|
newForm.attr( "target", "_blank" );
|
|
|
newForm.hide();
|
|
|
|
|
|
$( document.body ).append( newForm );
|
|
|
+ newForm.append( $("#downMemo").clone() );
|
|
|
newForm.submit();
|
|
|
$( "button.close" ).click();
|
|
|
$( "#downMemo" ).val( "" );
|
|
@@ -62,7 +63,7 @@ function getExcel(){
|
|
|
<div class="modal-dialog" role="document">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
- <h5 class="modal-title">생활치료센터 리스트 Excel 다운로드</h5>
|
|
|
+ <h5 class="modal-title">생활치료센터 오픈API 통계 Excel 다운로드</h5>
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span
|
|
|
aria-hidden="true">×</span> </button>
|
|
|
</div>
|