From 5a3b851da6e22cb3b6c93731fd0420e8940242fd Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 18 十月 2019 21:07:34 +0800
Subject: [PATCH] 添加员工时优化 组织显示
---
WebService/src/main/resources/components/orgPackage/view-org-info/viewOrgInfo.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/components/orgPackage/view-org-info/viewOrgInfo.js b/WebService/src/main/resources/components/orgPackage/view-org-info/viewOrgInfo.js
index e3afb1f..00cae4b 100644
--- a/WebService/src/main/resources/components/orgPackage/view-org-info/viewOrgInfo.js
+++ b/WebService/src/main/resources/components/orgPackage/view-org-info/viewOrgInfo.js
@@ -17,7 +17,9 @@
orgId:'',
orgName:'',
orgLevel:'',
+ orgLevelName:'',
parentOrgId:'',
+ parentOrgName:'',
description:'',
branchOrgId:'',
}
--
Gitblit v1.8.0