|
|
|
@ -288,7 +288,7 @@ class PathNew extends Component{
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div className="clearfix mb30 mt30">
|
|
|
|
|
<Button className="defalutSubmitbtn fl mr20" loading={this.state.bottonloading} onClick={this.submitNewPath}>提交</Button>
|
|
|
|
|
<button className="defalutSubmitbtn fl mr20" loading={this.state.bottonloading} onClick={this.submitNewPath}>提交</button>
|
|
|
|
|
{this.isEditPage ?
|
|
|
|
|
<Link to={`/paths/${this.props.match.params.pathId}`}
|
|
|
|
|
className="defalutCancelbtn fl">取消</Link>
|
|
|
|
|