diff --git a/src/pages/station/list/index.vue b/src/pages/station/list/index.vue index 4650c97..2bd86f3 100644 --- a/src/pages/station/list/index.vue +++ b/src/pages/station/list/index.vue @@ -126,7 +126,7 @@ export default { // 查询schoolId,处理备课管理的展示 async getSchoolId () { const { data } = await this.$get(this.api.logoDetail) - this.showTypes = data.schoolId === 901 + this.showTypes = data.schoolId === 901 || data.schoolId === 2845 }, // 获取tab async getTab () {