1
mayisheng
2022-08-15 81f54040c2cb65537c6c6e1db8358a39a57dea0d
src/api/pc/orgnav/index.js
@@ -4,7 +4,7 @@
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-12-14 08:58:30
 */
// 党群机构
// 党政机构
import request from '@/router/axios'
export const getList = (params) => {
@@ -13,4 +13,4 @@
        method: 'get',
        params: params
    })
}
}