数据采集-考勤引用页面重构

This commit is contained in:
黎永顺 2023-03-06 15:08:50 +08:00
parent 33e96c4437
commit 34dd145e00
1 changed files with 1 additions and 1 deletions

View File

@ -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,