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', type: 'assemble',
}, },
onReady() {
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
},
mounted() { mounted() {
this.detailOptions = getDetailOption();
this.detailGiveupOptions = getDetailGiveupOption();
this.getList('refresh'); this.getList('refresh');
}, },

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

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

Loading…
Cancel
Save