From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName

---
 WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html b/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
index cbd2d91..6646fb8 100644
--- a/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
+++ b/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
@@ -34,10 +34,10 @@
                             <div class="form-group row">
                                 <label class="col-sm-2 col-form-label">闅跺睘灏忓尯</label>
                                 <div class="col-sm-10">
-                                    <select class="custom-select" v-model="editOrgInfo.belongCommunityId" v-bind:disabled="addOrgInfo.orgLevel == 3">
+                                    <select class="custom-select" v-model="editOrgInfo.belongCommunityId" v-bind:disabled="editOrgInfo.orgLevel == 3">
                                         <option selected disabled value="">蹇呭~锛岃閫夋嫨闅跺睘灏忓尯</option>
                                         <option  value="9999">鍏ラ┗鎵�鏈夊皬鍖�</option>
-                                        <option v-for="belongCommunity in editOrgInfo.belongCommunitys" :value="belongCommunity.belongCommunityId">
+                                        <option v-for="belongCommunity in editOrgInfo.belongCommunitys" :value="belongCommunity.communityId">
                                             {{belongCommunity.name}}
                                         </option>
                                     </select></div>

--
Gitblit v1.8.0