From e1c516bbc63ebf94b2f7e1c557e2a68af45db169 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 01 Aug 2022 14:52:50 +0800
Subject: [PATCH] 错字修改
---
src/pcviews/orgnav/masses.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pcviews/orgnav/masses.vue b/src/pcviews/orgnav/masses.vue
index 85ab385..67bedde 100644
--- a/src/pcviews/orgnav/masses.vue
+++ b/src/pcviews/orgnav/masses.vue
@@ -1,4 +1,4 @@
-/* * @Author: Morpheus * @Name: 党群机构 * @Date: 2021-11-15 10:02:12 * @Last
+/* * @Author: Morpheus * @Name: 党政机构 * @Date: 2021-11-15 10:02:12 * @Last
Modified by: Morpheus * @Last Modified time: 2021-12-30 14:25:52 */
<template>
<div></div>
@@ -28,7 +28,7 @@
this.$store.commit('SET_ARCNAVBARCODE', '')
this.$store.commit('SET_ARCNAVBARFLAG', false)
}
- this.$store.commit('SET_ORGNAVBARTITLE', '党群机构')
+ this.$store.commit('SET_ORGNAVBARTITLE', '党政机构')
this.$store.commit('SET_ORGNAVBARLIST', [])
this.$store.commit('SET_ORGNAVBARFLAG', true)
--
Gitblit v1.9.3