소스 검색

提交开发

1
mo 4 년 전
부모
커밋
1b5df06405
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 },
               });
+
             }
           });
         })