From a30ae9c2331e5352a4f9d3f7e0ecfd36ff9d4e33 Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Tue, 27 Aug 2024 10:57:24 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/basicInformation/organization/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gz-customerSystem/src/views/basicInformation/organization/index.jsx b/gz-customerSystem/src/views/basicInformation/organization/index.jsx
index 2eb9939..89ab9c8 100644
--- a/gz-customerSystem/src/views/basicInformation/organization/index.jsx
+++ b/gz-customerSystem/src/views/basicInformation/organization/index.jsx
@@ -2,7 +2,7 @@
  * @Company: hugeInfo
  * @Author: ldh
  * @Date: 2022-02-18 15:04:13
- * @LastEditTime: 2024-08-13 16:04:30
+ * @LastEditTime: 2024-08-26 10:36:48
  * @LastEditors: dminyi 1301963064@qq.com
  * @Version: 1.0.0
  * @Description: 组织架构
@@ -159,6 +159,7 @@
 			}
 		}
 	}
+	console.log(organizationData,'organizationData')
 
 	// 新增 or 修改组织
 	async function setOrganization(submitType, values, form) {
@@ -334,7 +335,7 @@
 								<MyTree
 									active={organizationActive.id}
 									keyStr="id"
-									nameStr="name"
+									nameStr="unitName"
 									data={organizationData}
 									searchValue={organizationSearch.searchValue}
 									dropdownOption={dropdownOptions}

--
Gitblit v1.8.0