1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
src/pcviews/arc/edifact.vue
@@ -1,29 +1,19 @@
/*
 * @Author: Morpheus
 * @Name: 行政办公
 * @Date: 2021-11-15 17:14:47
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-30 14:23:28
 */
/* * @Author: Morpheus * @Name: 行政办公 * @Date: 2021-11-15 17:14:47 * @Last
Modified by: Morpheus * @Last Modified time: 2021-12-30 14:23:28 */
<template>
    <div>
    </div>
    <div></div>
</template>
<script>
import { mapGetters } from 'vuex'
export default {
    data () {
        return {
        }
        return {}
    },
    computed: {
        ...mapGetters([
            // 社区内导航的显示关闭
            // 校区内导航的显示关闭
            'orgNavBarFlag',
            'arcNavBarFlag'
        ])
@@ -38,9 +28,7 @@
        this.$store.commit('SET_ARCNAVBARCODE', 1)
        this.$store.commit('SET_ARCNAVBARFLAG', true)
    },
    methods: {
    },
    methods: {},
    beforeDestroy () {
        if (this.arcNavBarFlag == true) {
            this.$store.commit('SET_ARCNAVBARTITLE', '')
@@ -51,5 +39,4 @@
}
</script>
<style>
</style>
<style></style>