fixed:驻港单位车辆车辆管理打开报错
parent
1b5ac4f362
commit
c5623d3e44
|
|
@ -108,7 +108,7 @@ function List(props) {
|
|||
<Button
|
||||
type="link"
|
||||
onClick={() => {
|
||||
props.history.push(`./personnelRecords?id=${record.id}`);
|
||||
props.history.push(`./personnelRecords?id=${record.userId}`);
|
||||
}}
|
||||
>
|
||||
人员进出记录
|
||||
|
|
@ -116,7 +116,7 @@ function List(props) {
|
|||
<Button
|
||||
type="link"
|
||||
onClick={() => {
|
||||
props.history.push(`./vehicleManagement/list?id=${record.id}`);
|
||||
props.history.push(`./vehicleManagement/list?id=${record.userId}`);
|
||||
}}
|
||||
>
|
||||
车辆管理
|
||||
|
|
|
|||
Loading…
Reference in New Issue