src/pcviews/orgnav/teaching.vue
@@ -13,6 +13,9 @@ list: [] } }, inject: ["layoutElement"], computed: { ...mapGetters([ // 校园内导航的显示关闭 @@ -31,7 +34,7 @@ this.$store.commit('SET_ORGNAVBARFLAG', true) getList({ type: 4 }).then((res) => { getList({ type: 4, campus: this.layoutElement.campusValue }).then((res) => { res.data.data.records.forEach((item) => { this.list.push({ navTitle: item.mechanismname,