【修改】修gai保存跳转
This commit is contained in:
@@ -293,7 +293,8 @@ export default {
|
||||
this.saveProcessALL(this.params).then(
|
||||
()=>{
|
||||
this.saveLoading = false
|
||||
this.$message['success']('保存成功')
|
||||
this.$message['activeTab']('保存成功')
|
||||
this.$store.commit('setActiveTabIndex', 'five')
|
||||
this.$router.push({
|
||||
path: "/userCenter/processCenter",
|
||||
query: {
|
||||
|
||||
@@ -312,6 +312,7 @@ export default {
|
||||
this.saveProcess(params).then(
|
||||
()=>{
|
||||
this.saveLoading = false
|
||||
this.$store.commit('setActiveTabIndex', 'five')
|
||||
this.$message['success']('保存成功')
|
||||
this.$router.push({
|
||||
path: "/userCenter/processCenter",
|
||||
|
||||
Reference in New Issue
Block a user