From 21ecac91abafd9e66a877d180c8792fb84ee18e2 Mon Sep 17 00:00:00 2001
From: duckweed <duckweed_lzy@aliyun.com>
Date: 星期三, 25 九月 2019 18:33:48 +0800
Subject: [PATCH] 增加添加访客记录流程页面进行到选择业主(第二步)

---
 WebService/src/main/resources/static/js/vc-core.js |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/WebService/src/main/resources/static/js/vc-core.js b/WebService/src/main/resources/static/js/vc-core.js
index 24078c3..08bfd2f 100644
--- a/WebService/src/main/resources/static/js/vc-core.js
+++ b/WebService/src/main/resources/static/js/vc-core.js
@@ -17,18 +17,14 @@
             浜嬩欢鐩戝惉
      **/
     vc.on = function(_componentName,_value,_callback){
-        // console.log(_componentName+'_'+_value+" 杩涘叆");
         vc.component.$on(_componentName+'_'+_value,_callback);
-        // console.log(_componentName+'_'+_value);
     };
 
     /**
             浜嬩欢瑙﹀彂
     **/
     vc.emit = function(_componentName,_value,_param){
-        console.log(_componentName+'_'+_value+" 杩涘叆");
         vc.component.$emit(_componentName+'_'+_value,_param);
-        console.log(_componentName+'_'+_value);
     };
 
 })(window.vc);

--
Gitblit v1.8.0