Bläddra i källkod

提交开发

1
mo 4 år sedan
förälder
incheckning
1b5df06405
1 ändrade filer med 2 tillägg och 0 borttagningar
  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 },
               });
+
             }
           });
         })