Browse Source

Merge branch 'wxl_01_15' into online

lex-xin 4 years ago
parent
commit
0c845a3b4a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/teamBuild/createPayment.vue

+ 1 - 0
src/views/teamBuild/createPayment.vue

@@ -63,6 +63,7 @@ export default {
             });
         },
         goHome () {
+            this.$store.dispatch('delVisitedViews', this.$route)
             this.$router.push({
                 path: '/business/teamDetail',
             })