From a72f7e22090799e239b33db5aabc1038c6170b60 Mon Sep 17 00:00:00 2001
From: mayisheng <admin>
Date: Thu, 11 Aug 2022 17:36:23 +0800
Subject: [PATCH] 模型对齐加改一些与后台联系的小bug,解决标签错乱问题
---
src/api/mobile/orgnav/index.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api/mobile/orgnav/index.js b/src/api/mobile/orgnav/index.js
index 1a86161..64c5daa 100644
--- a/src/api/mobile/orgnav/index.js
+++ b/src/api/mobile/orgnav/index.js
@@ -4,13 +4,13 @@
* @Last Modified by: liu
* @Last Modified time: 2021-12-20 11:57:07
*/
-// 党群机构
+// 党政机构
import request from '@/router/axios'
-export const getList = (params) => { //获取党群机构
+export const getList = (params) => { //获取党政机构
return request({
url: 'blade-mechanism/mechanism/list',
method: 'get',
params: params
})
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3