wuxw
2020-01-14 69e2baf5518079bfc16cfadc2fb29842fb3de85d
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.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>