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/orgCommunityManage/orgCommunityManage.html |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
index b8cbb3a..64d31b4 100644
--- a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
+++ b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.html
@@ -4,6 +4,10 @@
             <div class="ibox-title">
                 <h5>{{orgCommunityManageInfo.orgName}}闅跺睘灏忓尯</h5>
                 <div class="ibox-tools" style="top:10px;">
+                    <button type="button" class="btn btn-primary btn-sm" v-on:click="_goBack()">
+                        <i class="glyphicon glyphicon-plus"></i>
+                        杩斿洖
+                    </button>
                     <button type="button" class="btn btn-primary btn-sm" v-on:click="_openAddOrgCommunityModal()">
                         <i class="glyphicon glyphicon-plus"></i>
                         娣诲姞
@@ -54,6 +58,8 @@
         </div>
     </div>
     <vc:create name="addOrgCommunity"
+               emitListener="orgCommunityManageInfo"
+               emitFunction="listOrgCommunity"
     ></vc:create>
     <vc:create name="deleteOrgCommunity"></vc:create>
 </div>

--
Gitblit v1.8.0