Commit fd19bcda by yuananting

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

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