This commit is contained in:
bb_pan 2026-01-08 13:10:39 +08:00
parent a95550245b
commit 39c9f3087f
1 changed files with 2 additions and 2 deletions

View File

@ -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({