shuishen
2022-01-20 6bf300a2b2660bd2ec0251f35c0de24760b33e12
src/pcviews/arc/rest.vue
@@ -1,6 +1,6 @@
/*
 * @Author: Morpheus
 * @Name: 其他楼宇
 * @Name: 主要楼宇
 * @Date: 2021-11-15 17:14:47
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-30 14:25:28
@@ -34,7 +34,7 @@
            this.$store.commit('SET_ORGNAVBARLIST', [])
            this.$store.commit('SET_ORGNAVBARFLAG', false)
        }
        this.$store.commit('SET_ARCNAVBARTITLE', '其他楼宇')
        this.$store.commit('SET_ARCNAVBARTITLE', '主要楼宇')
        this.$store.commit('SET_ARCNAVBARCODE', 7)
        this.$store.commit('SET_ARCNAVBARFLAG', true)
    },