From 39c9f3087fd08378ce1b3275e998133f958eec9e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 8 Jan 2026 13:10:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/components/ProvincialCompany.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/ProvincialCompany.vue b/src/views/home/components/ProvincialCompany.vue index 710a6dcb..689453e6 100644 --- a/src/views/home/components/ProvincialCompany.vue +++ b/src/views/home/components/ProvincialCompany.vue @@ -249,7 +249,8 @@ export default { }); this.$router.push({ path: '/equipment/equipment-ledger', - query: { company: rowData.companyName, total: rowData.maNum } + // query: { company: rowData.companyName, total: rowData.maNum }, + query: { parentId: rowData.parentId, deptId: rowData.companyId } }); } else if (type === 'toolCode') { console.log('跳转至工具详情页', { @@ -257,7 +258,6 @@ export default { }); this.$router.push({ path: '/equipment/codeToolsLedger', - // query: { company: rowData.companyName, total: rowData.toolNum } }); } else if (type === 'toolNum') { this.$router.push({