From fa0b23dd73d57f3460e878fa9d990ec7440baae9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 二月 2020 12:50:01 +0800
Subject: [PATCH] 优化查询房屋信息
---
WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.js b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.js
index 63cc2b1..91c32f4 100644
--- a/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.js
+++ b/WebService/src/main/resources/components/orgPackage/orgCommunityManage/orgCommunityManage.js
@@ -88,6 +88,9 @@
vc.component.orgCommunityManageInfo.moreCondition = true;
}
},
+ _goBack:function(){
+ vc.emit('orgManage','onBack',{});
+ }
--
Gitblit v1.8.0