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