Procházet zdrojové kódy

Merge branch '03/12permission' into dev

mo před 4 roky
rodič
revize
59aeae2ee4
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 },
               });
+
             }
           });
         })