Browse Source

修改滑动组件初始化

hella_online_20240829
lijuncheng 4 months ago
parent
commit
1c491af3f3
  1. 7
      src/pages/productReceipt/job/productReceiptJob.vue
  2. 7
      src/pages/purchaseReceipt/job/receiptJob.vue

7
src/pages/productReceipt/job/productReceiptJob.vue

@ -87,13 +87,10 @@
type: 'assemble',
},
onReady() {
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
},
mounted() {
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
this.getList('refresh');
},

7
src/pages/purchaseReceipt/job/receiptJob.vue

@ -101,10 +101,6 @@
// this.getList('refresh');
// },
// onReady() {
// this.detailOptions = getDetailOption();
// this.detailGiveupOptions = getDetailGiveupOption();
// },
// onReachBottom() {
// //
@ -137,7 +133,10 @@
// }
// },
mounted() {
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
this.refresh();
},
methods: {

Loading…
Cancel
Save