Browse Source

提交开发

1
mo 4 năm trước cách đây
mục cha
commit
1b5df06405
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/teamDetail/teamDetailedList.vue

+ 2 - 0
src/views/teamDetail/teamDetailedList.vue

@@ -126,10 +126,12 @@ export default {
         .then(() => {
           verifyMusicalList({ musicGroupId: this.teamid }).then((res) => {
             if (res.code == 200) {
+               this.$store.dispatch("delVisitedViews", this.$route);
               this.$router.push({
                 path: "/teamList",
                 query: { search: this.Fsearch, rules: this.Frules },
               });
+
             }
           });
         })