Commit d05f8dba authored by youjie's avatar youjie

no message

parent e3f227c2
...@@ -226,7 +226,7 @@ export default { ...@@ -226,7 +226,7 @@ export default {
this.init() this.init()
}, },
onShow(){ onShow(){
this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId if(this.b2b_user_info.erpBaseInfo&&this.b2b_user_info.erpBaseInfo.employeeId) this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
}, },
created() { created() {
this.contentHeight = this.$utils.calcContentHeight(-40) + "px"; this.contentHeight = this.$utils.calcContentHeight(-40) + "px";
......
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