From 8c629309b31ab34505268cf48ac2a40c76b4278d Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Wed, 4 Feb 2026 09:06:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(inspection):=20=E6=B7=BB=E5=8A=A0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E8=B7=AF=E5=BE=84=E5=8F=82=E6=95=B0=E5=88=B0=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E8=AE=B0=E5=BD=95=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 inspectionCount 接口中添加 menuPath 参数 - 使用当前页面路径作为菜单路径值 - 为检查记录列表功能提供更准确的统计支持 --- .../Container/BranchCompany/Inspection/Records/List/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js index 5addfa2..e8bdf2c 100644 --- a/src/pages/Container/BranchCompany/Inspection/Records/List/index.js +++ b/src/pages/Container/BranchCompany/Inspection/Records/List/index.js @@ -52,6 +52,7 @@ function List(props) { }); const getCount = async () => { const {data} = await props["inspectionCount"]({ + menuPath: window.location.pathname, status: "", entrance: "0", corpId: query.corpId,