diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx index a979507..7a2caf4 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeList.jsx @@ -5,7 +5,6 @@ import * as EgovNet from 'api/egovFetch'; import URL from 'constants/url'; import { NOTICE_BBS_ID } from 'config'; -import EgovPaging from 'components/EgovPaging'; import { itemIdxByPage } from 'utils/calc'; import {StandardCodeListModal, StandardCodeListModalTable} from './StandardCodeListModal' @@ -41,7 +40,7 @@ function StandardCodeList(props) { body.push( {formattedDate} - {item.docFileGrpId} + ) }) @@ -114,19 +113,18 @@ function StandardCodeList(props) { const listIdx = itemIdxByPage(resultCnt , currentPageNo, pageSize, index); mutListTag.push( -
{item.mainCategory}
{item.middleCategory}
{item.kcscCd}
{item.groupNm}
-
-
{item.contentcount>0?내용보기:null}
-
+
개정이력
+
{item.contentcount>0?내용보기:null}
+
{item.docFileGrpId==null?null:}
- - + ); }); setListTag(mutListTag); @@ -226,15 +224,12 @@ function StandardCodeList(props) { {/* */} -
+ {/* */} - { - retrieveList({ ...searchCondition, pageIndex: passedPage, searchCnd: cndRef.current.value, searchWrd: wrdRef.current.value }) - }} /> + {/* */} - -
+ {/* */}