From 678e600e230fce0bea3e499dc58c43e009fc606d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 14 二月 2020 17:16:03 +0800
Subject: [PATCH] 加入组织隶属小区自定义功能
---
WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html | 8 ++++----
1 files changed, 4 insertions(+), 4 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 894ce81..1e07b0d 100644
--- a/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
+++ b/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
@@ -31,17 +31,17 @@
<option v-for="parentOrg in editOrgInfo.parentOrg" :value="parentOrg.orgId">{{parentOrg.orgName}}</option>
</select></div>
</div>
- <div class="form-group row">
+ <!-- <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.orgLev el == 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>
- </div>
+ </div>-->
<div class="form-group row">
<label class="col-sm-2 col-form-label">鎻忚堪</label>
<div class="col-sm-10">
--
Gitblit v1.8.0