feat : 플레인 jsp 페이지 작성, 개별총정보 작업 시작
parent
4b64631609
commit
b25dc91d3a
@ -0,0 +1,44 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<div class="main_body">
|
||||
|
||||
</div>
|
||||
<!-- /Main body -->
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
const fnBiz = {
|
||||
init: () => {
|
||||
|
||||
|
||||
},
|
||||
|
||||
search: () => {
|
||||
$.ajax({
|
||||
url: "",
|
||||
type: "POST",
|
||||
data: { id : "" },
|
||||
success: function(response) {
|
||||
|
||||
},
|
||||
error: function(xhr, status, error) {
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$(function () {
|
||||
fnBiz.init();
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
</script>
|
||||
Loading…
Reference in New Issue