mo 4 years ago
parent
commit
0edb265a65
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/teamDetail/teamDetailedList.vue

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

@@ -111,7 +111,7 @@ export default {
       })
     },
     onCancel () {
-       this.$store.dispatch('delVisitedViews', this.$route) 
+       this.$store.dispatch('delVisitedViews', this.$route)
       this.$router.push({ path: '/business/teamDetail'})
     },
     okDetailList () {
@@ -235,4 +235,4 @@ export default {
 </script>
 
 <style lang="scss">
-</style>
+</style>