Explorar o código

提交开发

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
1b5df06405
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 },
               });
+
             }
           });
         })