부과제외 삭제 후 오류 수정

master
mjkhan21 6 months ago
parent 7793a85691
commit 76d197bcc0

@ -395,7 +395,7 @@
* 사용자 함수(function)
**************************************************************************/
// 자료 재조회
$P.fnRefreshInfo = (params) => {
$P.fnRefresh = $P.fnRefreshInfo = (params) => {
if (!params) return;
ajax.get({

@ -2,8 +2,7 @@
<form name="frmReason" method="post">
<div class="container-search">
<div class="row g-1">
<!-- 사유 -->
<div class="col-md-12">
<div class="col-md-12"><!-- 사유 -->
<label class="col-form-label bg-lighter pe-2 w-px-100 text-end align-top" for="reason">사유 입력</label>
<textarea type="text" class="form-control w-87" id="reason" name="reason" autocomplete="off" rows="3" data-maxlengthb="1000"></textarea>
</div>

Loading…
Cancel
Save