diff --git a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js index d0a1eed..80fb566 100644 --- a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js @@ -60,7 +60,12 @@ function List(props) { corpId: query.corpId, }, onBefore: () => { - setCount({}); + setCount({ + inspectCount: 0, + hiddenCount: 0, + safetyCount: 0, + environmentalCount: 0, + }); }, onSuccess: () => { getCount();