【修改】修gai保存跳转

This commit is contained in:
zhoulingpo
2023-05-15 15:10:45 +08:00
parent 4386ad05fb
commit a3b7711582
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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: {
+1
View File
@@ -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",