Compare commits
No commits in common. "1c32bbb9c64ab404baa0bb45a3bcfe0ab723a4ba" and "3a49e8542519052db7a627779432b552637811e8" have entirely different histories.
1c32bbb9c6
...
3a49e85425
@ -109,9 +109,7 @@ class SC022Import extends React.Component {
|
||||
// message.error(`${info.file.name} 导入错误`);
|
||||
}
|
||||
}
|
||||
if (info.fileList && info.fileList.length > 1) {
|
||||
info.fileList.splice(0, info.fileList.length - 1)
|
||||
}
|
||||
|
||||
that.setState({
|
||||
updateLoadFileList: info.fileList,
|
||||
data: info,
|
||||
|
||||
@ -116,9 +116,6 @@ class SC022ImportData extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
if (info.fileList && info.fileList.length > 1) {
|
||||
info.fileList.splice(0, info.fileList.length - 1)
|
||||
}
|
||||
that.setState({
|
||||
updateLoadFileList: info.fileList,
|
||||
data: info,
|
||||
|
||||
@ -20,12 +20,5 @@ export default {
|
||||
} else {
|
||||
setRowFieldVisible("T_SE_TRAIN_RECORD_USER", { "EXAMINATION_RESULTS": false, "SCORE": false, "Nav_Files": false })
|
||||
}
|
||||
|
||||
if (stateData.Nav_Users && stateData.Nav_Users.length > 0) {
|
||||
stateData.Nav_Users.forEach(e => {
|
||||
if (e.STATUS == 0 && e.EXAMINATION_RESULTS == undefined)
|
||||
e.EXAMINATION_RESULTS = 1
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user