|
|
@ -156,7 +156,7 @@ |
|
|
return { |
|
|
return { |
|
|
menuButtonInfo: {}, |
|
|
menuButtonInfo: {}, |
|
|
searchCountForm:{ |
|
|
searchCountForm:{ |
|
|
linkId:uni.getStorageSync('worker').workerId, |
|
|
linkId:"", |
|
|
pageNum:1, |
|
|
pageNum:1, |
|
|
pageSize:100, |
|
|
pageSize:100, |
|
|
statusList:[0,3] |
|
|
statusList:[0,3] |
|
|
@ -202,7 +202,7 @@ |
|
|
}, |
|
|
}, |
|
|
onShow() { |
|
|
onShow() { |
|
|
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect() |
|
|
this.menuButtonInfo = uni.getMenuButtonBoundingClientRect() |
|
|
this.searchCountForm.linkId = uni.getStorageSync('worker').workerId |
|
|
// this.searchCountForm.linkId = uni.getStorageSync('worker').workerId |
|
|
}, |
|
|
}, |
|
|
onLoad(option) { |
|
|
onLoad(option) { |
|
|
if(option.type){ |
|
|
if(option.type){ |
|
|
|