提交 51de9163 authored 作者: 钟是志's avatar 钟是志

26159 学生资助导入 通用问题

上级 30c14344
......@@ -28,7 +28,7 @@ let tempCallback = () => {
export default class ImportUtil extends React.PureComponent {
constructor(props) {
super(props);
tempCallback = this.props.callback;
tempCallback = this.props.callback || tempCallback;
this.state = {
ch: false,
......
......@@ -23,7 +23,6 @@ function ProgressDiy(props) {
console.log(res);
setData(res);
if (res.finished) {
debugger;
clearInterval(interv.current);
// message.success('导入完成');
changeOpenProgress(false); // 导入成功
......@@ -47,7 +46,6 @@ function ProgressDiy(props) {
}
return Math.floor(r / total * 100);
}, [speedData.success]);
console.log(percent);
return (
<div className={styles.juzhongSpin}>
<div style={{ textAlign: 'center' }}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论