From 0485e2c28f0d62ec1026d385f992145b639a95ab Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Sat, 07 Sep 2024 21:59:19 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master
---
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