| | |
| | | <!-- |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2023-11-22 10:26:22 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-12-04 15:32:25 |
| | | * @FilePath: \sd-jg-school-web-ksd\src\pcviews\orgnav\directly.vue |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by shuishen, All Rights Reserved. |
| | | --> |
| | | <template> |
| | | <div></div> |
| | | </template> |
| | |
| | | list: [] |
| | | } |
| | | }, |
| | | |
| | | inject: ["layoutElement"], |
| | | |
| | | computed: { |
| | | ...mapGetters([ |
| | | // 校园内导航的显示关闭 |
| | |
| | | |
| | | this.$store.commit('SET_ORGNAVBARFLAG', true) |
| | | |
| | | getList({ type: 3 }).then((res) => { |
| | | getList({ type: 3, campus: this.layoutElement.campusValue }).then((res) => { |
| | | res.data.data.records.forEach((item) => { |
| | | this.list.push({ |
| | | navTitle: item.mechanismname, |