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