tianyi 23 hours ago
parent
commit
9a4d0e1a0d
  1. 4
      package2/shop/afterService.vue

4
package2/shop/afterService.vue

@ -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){

Loading…
Cancel
Save