[ISSUE #6296] optimize the new config page, when create the config successfully skip to list page. (#6496)

This commit is contained in:
brotherlu-xcq 2021-07-29 10:52:10 +08:00 committed by GitHub
parent 8f6bf616d7
commit 4dc87b4b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 153 additions and 152 deletions

View File

@ -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