From 2ce35cb8d146582b32fd8867ef27ac2930da6ae3 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期二, 09 七月 2019 23:11:49 +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