Browse Source

PDA隔离报工任务提交后,页面返回应该刷新,已完成的任务应该消失,目前没消失BUG

hella_online_20240829
zhang_li 2 months ago
parent
commit
36a20a84e0
  1. 5
      src/pages/productReceipt/job/scrapReceiptJob.vue

5
src/pages/productReceipt/job/scrapReceiptJob.vue

@ -20,6 +20,11 @@
onLoad(option){
this.title = option.title
},
onShow(){
this.$nextTick(()=>{
this.$refs.productreceiptjob.refresh()
})
},
onReachBottom() {
this.$refs.productreceiptjob.onReach();
},

Loading…
Cancel
Save