Commit 9653f270 authored by youjie's avatar youjie

no message

parent 990a346d
...@@ -225,11 +225,11 @@ export default { ...@@ -225,11 +225,11 @@ export default {
onLoad(option){ onLoad(option){
this.b2b_user_info = uni.getStorageSync('b2b_user') this.b2b_user_info = uni.getStorageSync('b2b_user')
if(option.LeaderId) this.msg.LeaderId = option.LeaderId if(option.LeaderId) this.msg.LeaderId = option.LeaderId
else this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId else if(this.b2b_user_info.erpBaseInfo&&this.b2b_user_info.erpBaseInfo.employeeId) this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
this.init() this.init()
}, },
onShow(){ onShow(){
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