From b3f85b60ba9e39572e686009d36b5e5d7e81e910 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 七月 2019 20:30:10 +0800
Subject: [PATCH] 合并远程信息

---
 WebService/src/main/resources/components/delete-community/deleteCommunity.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WebService/src/main/resources/components/delete-community/deleteCommunity.js b/WebService/src/main/resources/components/delete-community/deleteCommunity.js
index 3647ad0..e8c9830 100644
--- a/WebService/src/main/resources/components/delete-community/deleteCommunity.js
+++ b/WebService/src/main/resources/components/delete-community/deleteCommunity.js
@@ -10,7 +10,7 @@
 
          },
          _initEvent:function(){
-             vc.on('deleteCommunity','openCommunityModel',function(_params){
+             vc.on('deleteCommunity','openDeleteCommunityModal',function(_params){
 
                 vc.component.deleteCommunityInfo = _params;
                 $('#deleteCommunityModel').modal('show');

--
Gitblit v1.8.0