lex-xin пре 4 година
родитељ
комит
bb50bc558a
1 измењених фајлова са 1 додато и 0 уклоњено
  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',
             })