From a54a28a5a26e86d6b32990bfbb174c350b917b47 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 18 七月 2019 15:03:51 +0800
Subject: [PATCH] 加入服务下一步限制功能

---
 WebService/src/main/resources/components/view-app-info/viewAppInfo.js |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/WebService/src/main/resources/components/view-app-info/viewAppInfo.js b/WebService/src/main/resources/components/view-app-info/viewAppInfo.js
index d8181d7..3a91e03 100644
--- a/WebService/src/main/resources/components/view-app-info/viewAppInfo.js
+++ b/WebService/src/main/resources/components/view-app-info/viewAppInfo.js
@@ -4,7 +4,10 @@
 (function(vc){
 
     vc.extends({
-
+        propTypes: {
+           callBackListener:vc.propTypes.string, //鐖剁粍浠跺悕绉�
+           callBackFunction:vc.propTypes.string //鐖剁粍浠剁洃鍚柟娉�
+        },
         data:{
             viewAppInfo:{
                 appId:"",
@@ -22,7 +25,7 @@
         _initEvent:function(){
             vc.on('viewAppInfo','chooseApp',function(_app){
                 vc.component.viewAppInfo = _app;
-                //vc.emit($props.callBackComponent,'notify',_owner);
+                vc.emit($props.callBackListener,$props.callBackFunction,_app);
             });
 
         },

--
Gitblit v1.8.0