Commit cd1901f5 authored by youjie's avatar youjie

no message

parent fec7db5e
......@@ -207,7 +207,7 @@ export default {
// noData:'',//
// currentPage: 1,//
TCStatus: 2,// 团期状态 0不限 1未开始,2进行中,3已结束
LeaderId: '2811',// 领队id3036
LeaderId: '',// 领队id2811 3036
orderBy: 1,
},
b2b_user_info: {}
......@@ -215,7 +215,7 @@ export default {
},
onLoad(option){
this.b2b_user_info = uni.getStorageSync('b2b_user')
if(!this.msg.LeaderId) this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
if(this.msg.LeaderId=='') this.msg.LeaderId = this.b2b_user_info.erpBaseInfo.employeeId
this.init()
},
created() {
......
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