fixed:驻港单位车辆车辆管理打开报错

master
dearLin 2026-04-15 09:59:23 +08:00
parent 1b5ac4f362
commit c5623d3e44
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ function List(props) {
<Button <Button
type="link" type="link"
onClick={() => { onClick={() => {
props.history.push(`./personnelRecords?id=${record.id}`); props.history.push(`./personnelRecords?id=${record.userId}`);
}} }}
> >
人员进出记录 人员进出记录
@ -116,7 +116,7 @@ function List(props) {
<Button <Button
type="link" type="link"
onClick={() => { onClick={() => {
props.history.push(`./vehicleManagement/list?id=${record.id}`); props.history.push(`./vehicleManagement/list?id=${record.userId}`);
}} }}
> >
车辆管理 车辆管理