Commit eec5f0ba by yuananting

fix:添加创建学院防抖

parent e5392e94
...@@ -158,7 +158,7 @@ export default class CreateCollege extends React.Component { ...@@ -158,7 +158,7 @@ export default class CreateCollege extends React.Component {
<Button <Button
className="button" className="button"
type="primary" type="primary"
onClick={() => this.submit()} onClick={_.debounce(() => this.submit(), 3000, true)}
>确定创建</Button> >确定创建</Button>
</div> </div>
<input <input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment