commit
Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -478,6 +478,9 @@ | ... | @@ -478,6 +478,9 @@ |
| 478 | message: '活动信息表修改成功', | 478 | message: '活动信息表修改成功', |
| 479 | type: 'success' | 479 | type: 'success' |
| 480 | }); | 480 | }); |
| 481 | this.timer = setTimeout(()=>{ | ||
| 482 | this.$router.go(0); | ||
| 483 | },1500); | ||
| 481 | } else { | 484 | } else { |
| 482 | this.$message({ | 485 | this.$message({ |
| 483 | showClose: true, | 486 | showClose: true, | ... | ... |
-
Please register or sign in to post a comment