From 33bf140573830fbbeab3f42f6d75d56b92a63ebf Mon Sep 17 00:00:00 2001 From: dbnt-design Date: Wed, 8 Nov 2023 16:56:59 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B1=B4=EC=84=A4=EA=B8=B0=EC=A4=80=EC=BD=94?= =?UTF-8?q?=EB=93=9C=EB=A6=AC=EC=8A=A4=ED=8A=B8=EB=A7=81=ED=81=AC=EC=95=88?= =?UTF-8?q?=EB=90=98=EB=8A=94=EA=B1=B0=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/standardCode/StandardCodeList.jsx | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) 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 }) - }} /> + {/* */} - -
+ {/* */}