From a3b771158269ec61d362b1b63c269914355a398e Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 15 May 2023 15:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AEga?= =?UTF-8?q?i=E4=BF=9D=E5=AD=98=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 3 ++- src/views/reportProcess/launch.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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",