Commit 17d95f89 by yuananting

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

parents 13c21fbf 90dffab2
......@@ -158,7 +158,10 @@ export default class CreateCollege extends React.Component {
<Button
className="button"
type="primary"
onClick={_.debounce(() => this.submit(), 3000, true)}
onClick={_.debounce(() => this.submit(), 3000, {
leading: true,
trailing: false
})}
>确定创建</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