From cd498f54d065ce04b3309ea82dfbf0f97e2f29d6 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Thu, 5 May 2022 16:26:27 +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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pc4mobx/organization/apis/index.js b/pc4mobx/organization/apis/index.js index 6212556..2efd06d 100644 --- a/pc4mobx/organization/apis/index.js +++ b/pc4mobx/organization/apis/index.js @@ -1,9 +1,6 @@ import { WeaTools } from 'ecCom'; - - - -//组织架构图(简单) +//组织架构图(简单版) export const getSimpleOrganizationDatas = params => { return WeaTools.callApi('/api/hrm/module/organization/simple/datas', 'GET', params); };