From a2fa127bfe81b650fa9ca9cd601d80647e70fcf9 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Thu, 5 May 2022 16:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/apis/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pc4mobx/organization/apis/index.js b/pc4mobx/organization/apis/index.js index 7be5daf..2efd06d 100644 --- a/pc4mobx/organization/apis/index.js +++ b/pc4mobx/organization/apis/index.js @@ -1,7 +1,6 @@ import { WeaTools } from 'ecCom'; - -//组织架构图(简单) +//组织架构图(简单版) export const getSimpleOrganizationDatas = params => { return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params); };