Browse Source

Merge branch '03/12permission' into dev

mo 4 năm trước cách đây
mục cha
commit
59aeae2ee4

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

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