[ISSUE #6296] optimize the new config page, when create the config successfully skip to list page. (#6496)
This commit is contained in:
parent
8f6bf616d7
commit
4dc87b4b25
@ -363,6 +363,7 @@ class NewConfig extends React.Component {
|
||||
},
|
||||
complete: () => {
|
||||
this.closeLoading();
|
||||
this.goList();
|
||||
},
|
||||
error: res => {
|
||||
this.closeLoading();
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user