From 39ceed7f60905297629a45978cc29b6fe8bd05d8 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期六, 20 七月 2019 17:52:33 +0800
Subject: [PATCH] 优化服务绑定功能
---
WebService/src/main/resources/components/view-app-info/viewAppInfo.js | 5 +++++
1 files changed, 5 insertions(+), 0 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 3a91e03..5328d33 100644
--- a/WebService/src/main/resources/components/view-app-info/viewAppInfo.js
+++ b/WebService/src/main/resources/components/view-app-info/viewAppInfo.js
@@ -10,6 +10,7 @@
},
data:{
viewAppInfo:{
+ index:0,
appId:"",
name:"",
securityCode:"",
@@ -28,6 +29,10 @@
vc.emit($props.callBackListener,$props.callBackFunction,_app);
});
+ vc.on('viewAppInfo', 'onIndex', function(_index){
+ vc.component.viewAppInfo.index = _index;
+ });
+
},
methods:{
--
Gitblit v1.8.0