wangfukang 13 hours ago
parent
commit
83f1ba5d71
  1. 4
      package2/shop/afterService.vue

4
package2/shop/afterService.vue

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

Loading…
Cancel
Save