From acb0d281e9ead24b4befd84c79599d574d408440 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Fri, 09 Aug 2024 09:23:38 +0800 Subject: [PATCH] 主题色修改 --- customerSystem/src/views/basicInformation/organization/index.jsx | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/customerSystem/src/views/basicInformation/organization/index.jsx b/customerSystem/src/views/basicInformation/organization/index.jsx index 85af14f..86858dc 100644 --- a/customerSystem/src/views/basicInformation/organization/index.jsx +++ b/customerSystem/src/views/basicInformation/organization/index.jsx @@ -2,7 +2,7 @@ * @Company: hugeInfo * @Author: ldh * @Date: 2022-02-18 15:04:13 - * @LastEditTime: 2024-05-08 15:22:30 + * @LastEditTime: 2024-08-06 15:57:16 * @LastEditors: dminyi 1301963064@qq.com * @Version: 1.0.0 * @Description: 组织架构 @@ -257,6 +257,7 @@ const dropdownOptions = ({ num, value }) => ( <Menu onClick={({ key }) => { + console.log(key, value,'key','value') if (key === 'delete') { handleDelOrganization(value); } else { @@ -273,6 +274,7 @@ ); function addOrEditBreadcrumb() { + console.log('111111') let obj = isAddOrEdit ? { title: organizationEditData.type === 'change' ? '修改组织' : organizationEditData.type === 'upAdd' ? '新增上级组织' : '新增下级组织', -- Gitblit v1.8.0