no message
parent
7b0232e620
commit
befc57eb11
|
|
@ -43,7 +43,7 @@ function List(props) {
|
|||
<Button
|
||||
type="link"
|
||||
onClick={() => {
|
||||
props.history.push(`./personnelRecords?userCard=${record.userCard}`);
|
||||
props.history.push(`./personnelRecords?userCard=${record.userId}`);
|
||||
}}
|
||||
>
|
||||
人员进出记录
|
||||
|
|
|
|||
Loading…
Reference in New Issue