Commit 13c21fbf by yuananting

Merge branch 'feature/yuananting/20210720/create-same-store' into rc

parents 2b9f367f eec5f0ba
......@@ -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