- //
{listIdx}
- //
{item.userId}
- //
{item.targetUserId}
- //
{item.accessType === "PRV_LIST" ? "사용자현황 조회" : item.accessType === "PRV_VIEW" ? "User 상세조회" : "User 수정"}
- //
{item.ipAddress}
- //
{item.accessDt}
- //
- // );
- // setCountTag(mutCountTag);
+ // console.log(resp.result.CompMonthlyCount);
},
function (resp) {
console.log("err response : ", resp);
@@ -92,123 +54,10 @@ function EgovAdminDashboard(props) {
// eslint-disable-next-lie react-hooks/exhaustive-deps
}, []);
-
- // const Location = React.memo(function Location() {
- // return (
- //