diff --git a/src/main/webapp/WEB-INF/views/ftl/m/bf_daily_nutrition/include_bottom.ftl b/src/main/webapp/WEB-INF/views/ftl/m/bf_daily_nutrition/include_bottom.ftl index 137c314..928dd67 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/bf_daily_nutrition/include_bottom.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/bf_daily_nutrition/include_bottom.ftl @@ -239,7 +239,9 @@ tag += "
  • "+result.lm_memo_mst[idx].memo+"
  • "; } if(result.lm_memo_mst) $("#ul_memo").html(tag); - Swal.fire({text:"입력되었습니다"}); // .then((result) => { }) + Swal.fire({text:"입력되었습니다"}).then((result) => { + $("#memoInput").val(""); + }); }else{ Swal.fire({text:"등록되지 않았습니다"}); }