diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 1c9df24..8a35615 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -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: { diff --git a/src/views/reportProcess/launch.vue b/src/views/reportProcess/launch.vue index cd41ec9..45732ce 100644 --- a/src/views/reportProcess/launch.vue +++ b/src/views/reportProcess/launch.vue @@ -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",