Ver código fonte

修改返回

lex-xin 4 anos atrás
pai
commit
bb50bc558a
1 arquivos alterados com 1 adições e 0 exclusões
  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',
             })