浏览代码

Merge branch 'wxl_01_15' into online

lex-xin 4 年之前
父节点
当前提交
0c845a3b4a
共有 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',
             })