Commit 2584e4f6 authored by zhengke's avatar zhengke

修改Bug

parent 2e353c3f
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
newFeature2, newFeature2,
// newFeature3, // newFeature3,
}, },
props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType","CurrentUserInfo"], props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType"],
inject: ['loadConfigInfo'], inject: ['loadConfigInfo'],
data() { data() {
return { return {
...@@ -228,6 +228,8 @@ ...@@ -228,6 +228,8 @@
//折叠展开 //折叠展开
isFold: "", isFold: "",
FeatureDataFlag: false, FeatureDataFlag: false,
//当前登录用户信息
CurrentUserInfo: {}
}; };
}, },
created: function () {}, created: function () {},
...@@ -534,6 +536,8 @@ ...@@ -534,6 +536,8 @@
} }
}, },
mounted() { mounted() {
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
this.MsgBus.$on('FeatureDataFlag', () => { this.MsgBus.$on('FeatureDataFlag', () => {
this.FeatureDataFlag = true this.FeatureDataFlag = true
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment