|
@@ -610,6 +610,12 @@ export default {
|
|
path: "/business/resetTeaming",
|
|
path: "/business/resetTeaming",
|
|
query: { ...this.$route.query },
|
|
query: { ...this.$route.query },
|
|
});
|
|
});
|
|
|
|
+ } else if(query.type == 'look') {
|
|
|
|
+ this.$store.dispatch("delVisitedViews", this.$route);
|
|
|
|
+ this.$router.push({
|
|
|
|
+ path: "/business/teamLookBase",
|
|
|
|
+ query: { ...this.$route.query },
|
|
|
|
+ });
|
|
}
|
|
}
|
|
},
|
|
},
|
|
handleSelectionChange(val) {
|
|
handleSelectionChange(val) {
|