校园-江西科技师范大学-前端
shuishen
2023-12-04 75caf8524a5934b16176764f8d56d77d11cd4d2c
src/pcviews/orgnav/directly.vue
@@ -1,3 +1,13 @@
<!--
 * @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>
@@ -13,6 +23,9 @@
            list: []
        }
    },
    inject: ["layoutElement"],
    computed: {
        ...mapGetters([
            // 校园内导航的显示关闭
@@ -31,7 +44,7 @@
        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,