From a31deb55464435b01fa45487b354ca2350780868 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 15 二月 2020 12:36:56 +0800
Subject: [PATCH] 隶属小区修改

---
 WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html b/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
index 3a1efc7..bb1804d 100644
--- a/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
+++ b/WebService/src/main/resources/components/orgPackage/addOrgCommunity/addOrgCommunity.html
@@ -4,7 +4,7 @@
     <div class="modal-dialog modal-lg">
         <div class="modal-content">
             <div class="modal-header">
-                <h3 class="modal-title" id="addOrgCommunityModelLabel">缁戝畾</h3>
+                <h3 class="modal-title" id="addOrgCommunityModelLabel">娣诲姞闅跺睘灏忓尯</h3>
                 <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                     <span aria-hidden="true">&times;</span>
                 </button>
@@ -34,7 +34,7 @@
                                     <thead>
                                     <tr>
                                         <th class="text-center">
-                                            <input type="checkbox"  class="i-checks" name="input[]">
+                                            <input type="checkbox"  class="i-checks " @click="checkAll($event)" id="quan">
                                         </th>
                                         <th class="text-center">灏忓尯ID</th>
                                         <th class="text-center">灏忓尯鍚嶇О</th>
@@ -45,17 +45,17 @@
                                     <tbody>
                                     <tr v-for="community in addOrgCommunityInfo.communitys">
                                         <td class="text-center">
-                                            <input type="checkbox"   class="i-checks" name="input[]">
+                                            <input type="checkbox" class="i-checks checkItem" v-bind:value="community.communityId" v-model="addOrgCommunityInfo.selectCommunitys" >
                                         </td>
                                         <td class="text-center">{{community.communityId}}</td>
-                                        <td class="text-center">{{community.communityName}}</td>
+                                        <td class="text-center">{{community.name}}</td>
                                         <td class="text-center">{{community.address}}</td>
                                     </tr>
                                     </tbody>
                                 </table>
                                 <div class="ibox-content">
                                     <button class="btn btn-primary float-right" type="button" v-on:click="addOrgCommunity()"><i
-                                            class="fa fa-check"></i>&nbsp;淇濆瓨
+                                            class="fa fa-check"></i>&nbsp;鎻愪氦
                                     </button>
                                     <button type="button" class="btn btn-warning float-right" style="margin-right:20px;"
                                             data-dismiss="modal">鍙栨秷

--
Gitblit v1.8.0