Browse Source

修改赋值

hella_online_20240829
niexiting 2 months ago
parent
commit
35074a7896
  1. 2
      src/pages/repleinsh/job/repleinshJob.vue

2
src/pages/repleinsh/job/repleinshJob.vue

@ -236,7 +236,7 @@
this.getList('refresh', fromLocationCode, '') this.getList('refresh', fromLocationCode, '')
}, },
openJobDetail(item, scanMessage) { openJobDetail(item, scanMessage='') {
uni.navigateTo({ uni.navigateTo({
url: './repleinshDetail?id=' + item.masterId + '&status=' + item.status + '&scanMessage=' + url: './repleinshDetail?id=' + item.masterId + '&status=' + item.status + '&scanMessage=' +
scanMessage + '&title=' + this.title scanMessage + '&title=' + this.title

Loading…
Cancel
Save