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',
             })