| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-29 09:04:54 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2022-08-30 14:21:58 |
| | | * @FilePath: \smart-campus\src\pcviews\orgnav\ofc.vue |
| | | * @LastEditTime: 2023-12-04 15:33:30 |
| | | * @FilePath: \sd-jg-school-web-ksd\src\pcviews\orgnav\ofc.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2022 by shuishen 1109946754@qq.com, All Rights Reserved. |
| | |
| | | list: [] |
| | | } |
| | | }, |
| | | |
| | | inject: ["layoutElement"], |
| | | |
| | | computed: { |
| | | ...mapGetters([ |
| | | // 校园内导航的显示关闭 |
| | |
| | | |
| | | this.$store.commit('SET_ORGNAVBARFLAG', true) |
| | | |
| | | getList({ type: 2 }).then((res) => { |
| | | getList({ type: 2, campus: this.layoutElement.campusValue }).then((res) => { |
| | | res.data.data.records.forEach((item) => { |
| | | this.list.push({ |
| | | navTitle: item.mechanismname, |