Browse Source

补料任务添加onUnLoad

lijuncheng0816
zhang_li 1 month ago
parent
commit
01063ee217
  1. 4
      src/pages/repleinsh/job/repleinshJob.vue

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

@ -125,7 +125,9 @@
onHide() { onHide() {
this.stopRefresh(); this.stopRefresh();
}, },
onUnload(){
this.stopRefresh();
},
onReady() { onReady() {
this.detailOptions = getDetailOption(); this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption(); this.detailGiveupOptions = getDetailGiveupOption();

Loading…
Cancel
Save