Commit 23bf0c78 by yuananting

fix:修复快速点击创建出多个相同学院的问题

parent b2c30729
......@@ -158,7 +158,7 @@ export default class CreateCollege extends React.Component {
<Button
className="button"
type="primary"
onClick={() => this.submit()}
onClick={_.debounce(() => this.submit(), 3000, true)}
>确定创建</Button>
</div>
<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