瀏覽代碼

修改返回

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