|
@@ -79,7 +79,7 @@ export default {
|
|
|
this.activeIndex = val.name;
|
|
|
},
|
|
|
onCancel () {
|
|
|
- this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
+ this.$store.dispatch('delVisitedViews', this.$route)
|
|
|
this.$router.push({ path: '/business/teamDetail'})
|
|
|
},
|
|
|
getname (name) {
|
|
@@ -94,7 +94,8 @@ export default {
|
|
|
components: {
|
|
|
baseInfo,
|
|
|
soundeDetail,
|
|
|
- resetPayList, resetPayListSchool,
|
|
|
+ resetPayList,
|
|
|
+ resetPayListSchool,
|
|
|
}
|
|
|
}
|
|
|
</script>
|