11
@@ -195,9 +195,9 @@ export default {
mounted () {
this.init();
},
- // activated () {
- // this.init();
- // },
+ activated () {
+ this.init();
+ },
methods: {
init () {
// 获取分部
@@ -142,7 +142,7 @@ export default {
}
created () {
- // this.init()
+ this.init()
activated () {
this.init()
@@ -89,8 +89,8 @@ export default {
- // this.activeIndex = '1';
+ this.activeIndex = '1';
this.activeIndex = '1';