|
@@ -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 },
|
|
|
});
|
|
|
+
|
|
|
}
|
|
|
});
|
|
|
})
|