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