数据采集-考勤引用页面重构
This commit is contained in:
parent
33e96c4437
commit
34dd145e00
|
|
@ -244,7 +244,7 @@ class AttendanceDataComp extends Component {
|
|||
};
|
||||
handleShowOnlyChecked = (checked) => {
|
||||
const { fieldSetPayload, fieldSetList } = this.state;
|
||||
if (!!NUmber(checked)) {
|
||||
if (!!Number(checked)) {
|
||||
this.setState({
|
||||
fieldSetPayload: {
|
||||
...fieldSetPayload,
|
||||
|
|
|
|||
Loading…
Reference in New Issue