Commit cd1901f5 authored by youjie's avatar youjie

no message

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