From e1c516bbc63ebf94b2f7e1c557e2a68af45db169 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Mon, 01 Aug 2022 14:52:50 +0800
Subject: [PATCH] 错字修改
---
src/components/mobilePopupOurAfter/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/mobilePopupOurAfter/index.vue b/src/components/mobilePopupOurAfter/index.vue
index f57a47e..94744ff 100644
--- a/src/components/mobilePopupOurAfter/index.vue
+++ b/src/components/mobilePopupOurAfter/index.vue
@@ -152,7 +152,7 @@
],
// 全部调用数据
openData1: [
- { name: '党群机构', type: 1, method: getList },
+ { name: '党政机构', type: 1, method: getList },
{ name: '职能部处', type: 2, method: getList },
{ name: '直属及附属单位', type: 3, method: getList },
{ name: '教学与科研机构', type: 4, method: getList },
--
Gitblit v1.9.3