Browse Source

修改返回

lex-xin 4 năm trước cách đây
mục cha
commit
bb50bc558a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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',
             })