From 91da9cb2c61445671209abc98a1648e3af85906d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 22 十二月 2019 00:06:09 +0800
Subject: [PATCH] 加入组织
---
WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html | 11 +++++++++++
1 files changed, 11 insertions(+), 0 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 a19a4f4..cbd2d91 100644
--- a/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
+++ b/WebService/src/main/resources/components/orgPackage/edit-org/editOrg.html
@@ -32,6 +32,17 @@
</select></div>
</div>
<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">
+ <option selected disabled value="">蹇呭~锛岃閫夋嫨闅跺睘灏忓尯</option>
+ <option value="9999">鍏ラ┗鎵�鏈夊皬鍖�</option>
+ <option v-for="belongCommunity in editOrgInfo.belongCommunitys" :value="belongCommunity.belongCommunityId">
+ {{belongCommunity.name}}
+ </option>
+ </select></div>
+ </div>
+ <div class="form-group row">
<label class="col-sm-2 col-form-label">鎻忚堪</label>
<div class="col-sm-10">
<textarea placeholder="蹇呭~锛岃濉啓鎻忚堪" class="form-control"
--
Gitblit v1.8.0