修改人员进出记录 传参

master
853931625@qq.com 2026-08-25 11:09:39 +08:00
parent befc57eb11
commit c3cd6c43c8
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ function List(props) {
<Button
type="link"
onClick={() => {
props.history.push(`./personnelRecords?userCard=${record.userCard}`);
props.history.push(`./personnelRecords?userCard=${record.userId}`);
}}
>
人员进出记录

View File

@ -102,7 +102,7 @@ function List(props) {
<Button
type="link"
onClick={() => {
props.history.push(`./inAndOutRecords??userCard=${record.userCard}`);
props.history.push(`./inAndOutRecords??userCard=${record.userId}`);
}}
>
人员进出记录