Ver Fonte

问题反馈提交后的跳转

wgl há 4 anos atrás
pai
commit
e99d280791

+ 1 - 3
src/projects/business/views/Master/Mine/Feedback.vue

@@ -120,9 +120,7 @@
 						this.isLoading = false;
 
 						mui.toast('提交成功');
-						this.$router.push({
-							name: 'MasterMineCenter'
-						})
+						this.$router.go(-1);
 
 					}).catch(error => {
 						this.isLoading = false;

+ 1 - 3
src/projects/pension/views/Master/Mine/Feedback.vue

@@ -120,9 +120,7 @@
 						this.isLoading = false;
 
 						mui.toast('提交成功');
-						this.$router.push({
-							name: 'MasterMineCenter'
-						})
+						this.$router.go(-1);
 
 					}).catch(error => {
 						this.isLoading = false;