Commit 2584e4f6 authored by zhengke's avatar zhengke

修改Bug

parent 2e353c3f
......@@ -140,7 +140,7 @@
newFeature2,
// newFeature3,
},
props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType","CurrentUserInfo"],
props: ["subConfigId", "FeatureData", "isNewConfig", "TeamType"],
inject: ['loadConfigInfo'],
data() {
return {
......@@ -228,6 +228,8 @@
//折叠展开
isFold: "",
FeatureDataFlag: false,
//当前登录用户信息
CurrentUserInfo: {}
};
},
created: function () {},
......@@ -534,6 +536,8 @@
}
},
mounted() {
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
this.MsgBus.$on('FeatureDataFlag', () => {
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